Repaired a few minor bugs.
authorkeie <none@none>
Tue, 4 Dec 1984 21:57:22 +0000 (21:57 +0000)
committerkeie <none@none>
Tue, 4 Dec 1984 21:57:22 +0000 (21:57 +0000)
distr/todistr

index 5ff93e2..968ec95 100644 (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