Skip to content

Commit

Permalink
Merge branch 'master' of github.com:akatrevorjay/bashism
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed May 2, 2012
2 parents 0adfd63 + e5df195 commit 35e8d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashism
Expand Up @@ -38,7 +38,7 @@ while getopts "dqtc" OPT; do case "$OPT" in
q) __BASHISM[quiet]=0 ;;
t) __BASHISM[trace]=0 ;;
c) __BASHISM[colors]=0 ;;
esac; done
esac; done; shift $(($OPTIND - 1))

[[ ! "${__BASHISM[debug]}" ]] || shopt -s extdebug
[[ ! "${__BASHISM[trace]}" ]] || set -xv
Expand Down

0 comments on commit 35e8d18

Please sign in to comment.