diff --git a/bootstrap b/bootstrap index 94ed35e..b138609 100755 --- a/bootstrap +++ b/bootstrap @@ -9,13 +9,11 @@ usage() { } DRY_RUN=true -while getopts 'fh' opt; do - case "$opt" in - f) DRY_RUN=false;; - h) usage; exit 0;; - *) usage; exit 1;; - esac -done +while getopts 'fh' opt; do case "$opt" in + f) DRY_RUN=false;; + h) usage; exit 0;; + *) usage; exit 1;; +esac done DEFAULT_GIT_USER="Fernando Schauenburg" DEFAULT_GIT_EMAIL="fernando@schauenburg.me"