From: William Harold Newman Date: Sat, 19 Jan 2002 21:17:41 +0000 (+0000) Subject: integration hassles, cont'd: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=651514032e544e6ff6384f34c7bb41d26d79108d;hp=1a2399725e76bca49ecb36e81a19aac636b139b4;p=sbcl.git integration hassles, cont'd: refined my sh script technique (removing syntax errors) --- 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