Save line length by combining enhanced brackets.

This commit is contained in:
Sorin Ionescu 2012-01-27 14:48:33 -05:00
commit 6c17340c59
3 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ Report bugs to <sorin.ionescu@gmail.com>.
EOF
fi
if [[ "$1" == "-v" ]] || [[ "$1" == "--verbose" ]]; then
if [[ "$1" == "-v" || "$1" == "--verbose" ]]; then
verbose=0
shift
fi