1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

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
commit cfe93299b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
source common.sh source common.sh
# Store layer needs bugfix # 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 # FIXME: we don't know whether we built the manpages, so we can't
# reliably test them here. # reliably test them here.
exit 0 if false; then
# test help output # test help output
@ -74,3 +74,5 @@ nix-daemon --help
nix-hash --help nix-hash --help
nix-instantiate --help nix-instantiate --help
nix-prefetch-url --help nix-prefetch-url --help
fi