summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2002-01-19 21:17:41 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2002-01-19 21:17:41 +0000
commit651514032e544e6ff6384f34c7bb41d26d79108d (patch)
treee5d861898b65e8fa6d6cc65eb85fcfa03242c98d
parent1a2399725e76bca49ecb36e81a19aac636b139b4 (diff)
integration hassles, cont'd:sbcl_0_7_0
refined my sh script technique (removing syntax errors)
-rw-r--r--html-distribution.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/html-distribution.sh b/html-distribution.sh
index b3671936e..2c6dc2472 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