Whitespace.

This commit is contained in:
Devin Teske 2013-11-07 10:09:01 +00:00
parent 2578c12e39
commit 9e2c4ab64f

View File

@ -342,7 +342,7 @@ while getopts f:h$GETOPTS_STDARGS flag; do
h|\?) usage ;;
esac
done
shift $(( $OPTIND -1 ))
shift $(( $OPTIND - 1 ))
# If we've loaded any scripts, do not continue any further
[ $scripts_loaded -gt 0 ] && exit