Newer version of the scripts upstream

This commit is contained in:
Pierre Pronchery 2014-03-04 02:39:29 +01:00
parent 45909c6efe
commit d0ebb17307
2 changed files with 2 additions and 2 deletions

View File

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

View File

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