Newer version of the script upstream

This commit is contained in:
Pierre Pronchery 2014-03-04 03:28:29 +01:00
parent 1bec6fd2c3
commit b6e5fb3e7b

View File

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