Repaired a few minor bugs.

This commit is contained in:
keie 1984-12-04 21:57:22 +00:00
parent 01d4011dd6
commit 0d5c765070

View file

@ -9,7 +9,7 @@ do
shift
case "$ARG" in
-r*) REV=`echo "$ARG"| sed s/-r//` ;;
-*) FLAGS=$FLAGS $ARG ;;
-*) FLAGS="$FLAGS $ARG" ;;
*) case x$FILE in
x) FILE="$ARG" ;;
*) echo todistr can only be done on one file at the time