Fix -w option

This commit is contained in:
Kurt Zeilenga 2003-10-21 03:18:15 +00:00
parent 2438e33b35
commit 4439c88fbe

View File

@ -48,7 +48,7 @@ while test $# -gt 0 ; do
shift; shift ;;
-w | -wait)
CLEAN=1
WAIT=1
shift ;;
-)