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