We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644adbb commit 3477ee7Copy full SHA for 3477ee7
install.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash -eu
2
3
-if [ -z "${CREW_DEST_PREFIX}" ]; then
+if [ -n "${CREW_DEST_PREFIX}" ]; then
4
INSTALL_PREFIX="${CREW_DEST_PREFIX}"
5
else
6
: "${INSTALL_PREFIX:=/usr/local}"
0 commit comments