Skip to content

Commit

Permalink
Minor cleanup (thanks to shellcheck)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed May 11, 2018
1 parent 4bf6e8c commit 685ee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-build-inplace
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!nix-shell -i bash -p bash coreutils
set -euo pipefail

if [ "$1" = --help -o "$1" = -h ] ; then
if [ "$1" = --help ] || [ "$1" = -h ] ; then
2>&1 echo "Usage: $0 [ARGS...]"
2>&1 echo "ARGS will be passed to nix-shell"
exit 1
Expand Down

0 comments on commit 685ee36

Please sign in to comment.