This commit is contained in:
Peter Eckersley 2015-11-04 16:51:13 -08:00
parent d2f1ae9c38
commit abfa6db83f

View file

@ -23,8 +23,7 @@ for arg in "$@" ; do
# This first clause is redundant with the third, but hedging on portability
if [ "$arg" = "-v" ] || [ "$arg" = "--verbose" ] || echo "$arg" | grep -E -- "-v+$" ; then
VERBOSE=1
fi
if [ "$arg" = "--debug" ] ; then
elif [ "$arg" = "--debug" ] ; then
DEBUG=1
fi
done