From 651514032e544e6ff6384f34c7bb41d26d79108d Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sat, 19 Jan 2002 21:17:41 +0000 Subject: [PATCH 1/1] integration hassles, cont'd: refined my sh script technique (removing syntax errors) --- html-distribution.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html-distribution.sh b/html-distribution.sh index b367193..2c6dc24 100644 --- a/html-distribution.sh +++ b/html-distribution.sh @@ -8,7 +8,7 @@ # binary-distribution.sh.) b=${1:?missing base directory name argument} -tar cf $b-html.tar - `find $b -name '*.htm*'` +tar cf $b-html.tar \ + `find $b -name '*.htm*'` \ $b/COPYING $b/CREDITS $b/README \ $b/pubring.pgp -- 1.7.10.4