Fixed handling of arguments to the "-P" option
This commit is contained in:
parent
8c021e626b
commit
329759bb5f
|
@ -118,7 +118,7 @@ while getopts "ciuP:" name; do
|
|||
uninstall=1
|
||||
;;
|
||||
P)
|
||||
PREFIX="$2"
|
||||
PREFIX="$OPTARG"
|
||||
;;
|
||||
?)
|
||||
_usage
|
||||
|
|
Loading…
Reference in New Issue
Block a user