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

@ -15,7 +15,7 @@ EOF
fi
remove_archive=1
if [[ "$1" == "-r" ]] || [[ "$1" == "--remove" ]]; then
if [[ "$1" == "-r" || "$1" == "--remove" ]]; then
remove_archive=0
shift
fi