X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=html-distribution.sh;h=2c6dc2472b52dc80887ac53b1335198e930ef23f;hb=9ab3c4123f5802bc5d4771eda564680d1a2c1a2f;hp=b3671936e6ec1e8fe511abe3e57f2d91ee51ce71;hpb=1a2399725e76bca49ecb36e81a19aac636b139b4;p=sbcl.git 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