bootstrap: minor refactor
This commit is contained in:
parent
380b4556ff
commit
5f22148d5a
1 changed files with 5 additions and 7 deletions
|
@ -9,13 +9,11 @@ usage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
DRY_RUN=true
|
DRY_RUN=true
|
||||||
while getopts 'fh' opt; do
|
while getopts 'fh' opt; do case "$opt" in
|
||||||
case "$opt" in
|
|
||||||
f) DRY_RUN=false;;
|
f) DRY_RUN=false;;
|
||||||
h) usage; exit 0;;
|
h) usage; exit 0;;
|
||||||
*) usage; exit 1;;
|
*) usage; exit 1;;
|
||||||
esac
|
esac done
|
||||||
done
|
|
||||||
|
|
||||||
DEFAULT_GIT_USER="Fernando Schauenburg"
|
DEFAULT_GIT_USER="Fernando Schauenburg"
|
||||||
DEFAULT_GIT_EMAIL="fernando@schauenburg.me"
|
DEFAULT_GIT_EMAIL="fernando@schauenburg.me"
|
||||||
|
|
Loading…
Add table
Reference in a new issue