From: keie Date: Tue, 4 Dec 1984 21:57:22 +0000 (+0000) Subject: Repaired a few minor bugs. X-Git-Tag: release-5-5~5895 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d5c765070862b859383c9e60f8ce7e031ee29ae;p=ack.git Repaired a few minor bugs. --- diff --git a/distr/todistr b/distr/todistr index 5ff93e2a7..968ec954f 100644 --- a/distr/todistr +++ b/distr/todistr @@ -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