Skip to content

Commit

Permalink
Fix 7070fe9.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Dec 15, 2012
1 parent 1ebdd8e commit d82da5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -154,8 +154,8 @@ while [ $# -gt 0 ]; do
--clone-http) install_method="clone --http";;
--github-user) github_user="$2"; shift;;
--github-ref) github_ref="$2"; shift;;
-q | --quiet) verbosity=$[verbosity - 1]; shift;;
-v | --verbose) verbosity=$[verbosity + 1]; shift;;
-q|--quiet) verbosity=$[verbosity - 1];;
-v|--verbose) verbosity=$[verbosity + 1];;
*) cat >&2 <<-EOT
usage: ./bootstrap.sh [OPTIONS]
Expand Down

0 comments on commit d82da5d

Please sign in to comment.