From 0d5c765070862b859383c9e60f8ce7e031ee29ae Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 4 Dec 1984 21:57:22 +0000 Subject: [PATCH] Repaired a few minor bugs. --- distr/todistr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1