Fixed obtaining the PREFIX from the command line

This commit is contained in:
Pierre Pronchery 2014-04-23 17:34:24 +02:00
parent 39e3e3ae2a
commit b227ac5187

View File

@ -79,7 +79,7 @@ while getopts "ciuP:" name; do
uninstall=1
;;
P)
PREFIX="$2"
PREFIX="$OPTARG"
;;
?)
_usage