integration hassles, cont'd:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 19 Jan 2002 21:17:41 +0000 (21:17 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 19 Jan 2002 21:17:41 +0000 (21:17 +0000)
refined my sh script technique (removing syntax errors)

html-distribution.sh

index b367193..2c6dc24 100644 (file)
@@ -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