don't create '1' file from docker/build.sh

This commit is contained in:
Joshua Warner 2014-06-11 09:54:48 -06:00
parent 68e74d1284
commit df553cbdb6

View File

@ -8,7 +8,7 @@ if test $# -eq 0; then
exit 1
fi
while test $# > 1 ; do
while test $# -gt 1 ; do
key="$1"
case $key in
-c|--container)