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

Fix shellcheck warnings

This commit is contained in:
Eelco Dolstra 2025-01-29 15:34:49 +01:00
parent fbe2940a08
commit fa87ad6a7c
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