Skip to content

Commit 3477ee7

Browse files
committed
Fix installer logic
1 parent 644adbb commit 3477ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -eu
22

3-
if [ -z "${CREW_DEST_PREFIX}" ]; then
3+
if [ -n "${CREW_DEST_PREFIX}" ]; then
44
INSTALL_PREFIX="${CREW_DEST_PREFIX}"
55
else
66
: "${INSTALL_PREFIX:=/usr/local}"

0 commit comments

Comments
 (0)