We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85ced4b + daa3848 commit 3db6433Copy full SHA for 3db6433
install.sh
@@ -2,7 +2,7 @@
2
3
# Determine PREFIX.
4
if [ -z "$1" ]; then
5
- if [ -n "$PREFIX" ]; then
+ if [ -z "$PREFIX" ]; then
6
PREFIX='/usr'
7
fi
8
else
0 commit comments