mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix shellcheck warnings
This commit is contained in:
parent
fbe2940a08
commit
fa87ad6a7c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh
|
||||
|
||||
# Store layer needs bugfix
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue