wrong argument option

This commit is contained in:
Sebastian Grewe 2013-07-11 16:09:21 +02:00
parent 450cc4d24d
commit 65047d3f09

View File

@ -33,7 +33,7 @@ while getopts "hvp:" opt; do
;; ;;
v) VERBOSE=1 v) VERBOSE=1
;; ;;
p) PHP_BIN=$3; shift; p) PHP_BIN=$2; shift;
;; ;;
esac esac
done done