Skip to content

Commit

Permalink
Fix commit 5a2a7b7, deleted too much
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed Apr 30, 2012
1 parent 5fbb9b4 commit e5df195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashism
Original file line number Diff line number Diff line change
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 e5df195

Please sign in to comment.