Fixed obtaining the PREFIX from the command line
This commit is contained in:
parent
39e3e3ae2a
commit
b227ac5187
@ -79,7 +79,7 @@ while getopts "ciuP:" name; do
|
||||
uninstall=1
|
||||
;;
|
||||
P)
|
||||
PREFIX="$2"
|
||||
PREFIX="$OPTARG"
|
||||
;;
|
||||
?)
|
||||
_usage
|
||||
|
Loading…
Reference in New Issue
Block a user