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.
1 parent 3c8a45e commit daa3848Copy full SHA for daa3848
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