Skip to content

Commit

Permalink
Add missing shift for confirmed install
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jul 1, 2012
1 parent 5c0c22f commit 5325bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function installPhpModule() {
case "$1" in
-y)
$DEBUG printf "no\n" | pecl install $2
shift
;;
redis)
installRedis
Expand Down

0 comments on commit 5325bf5

Please sign in to comment.