wrong argument option
This commit is contained in:
parent
450cc4d24d
commit
65047d3f09
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user