Fixed a bug that made the installer crash when called without arguments.
This commit is contained in:
parent
99a7108547
commit
624abdf1fc
|
@ -10,7 +10,9 @@
|
|||
|
||||
|
||||
MODE=$1
|
||||
shift
|
||||
if [ $# -gt 1 ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
# Defaults
|
||||
PREFIX=/usr
|
||||
|
|
Loading…
Reference in New Issue