Merge pull request #12378 from DeterminateSystems/fix-shellcheck

Fix shellcheck warnings
This commit is contained in:
Eelco Dolstra
2025-01-29 15:49:00 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
source common.sh
# Store layer needs bugfix

View File

@@ -25,7 +25,7 @@ done
# FIXME: we don't know whether we built the manpages, so we can't
# reliably test them here.
exit 0
if false; then
# test help output
@@ -74,3 +74,5 @@ nix-daemon --help
nix-hash --help
nix-instantiate --help
nix-prefetch-url --help
fi