Skip to content

Commit

Permalink
fix installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 21, 2021
1 parent d8daada commit af978fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ case "$(uname -s).$(uname -m)" in
esac

# Use this command-line option to fetch the tarballs using nar-serve or Cachix
if "${1:---tarball-url-prefix}"; then
if [ "${1:-}" = "--tarball-url-prefix" ]; then
if [ -z "${2:-}" ]; then
oops "missing argument for --tarball-url-prefix"
fi
Expand Down

0 comments on commit af978fd

Please sign in to comment.