comparison make-dist @ 2278:990694465b0f

* make-dist: Fix typo.
author Jim Blandy <jimb@redhat.com>
date Sat, 20 Mar 1993 18:12:07 +0000
parents 4b57c6f61299
children a47c59ea019b
comparison
equal deleted inserted replaced
2277:773e47f29c5a 2278:990694465b0f
277 echo compress 277 echo compress
278 )` 278 )`
279 fi 279 fi
280 echo "Creating tar file." 280 echo "Creating tar file."
281 (cd ${tempparent} 281 (cd ${tempparent}
282 tar cvf - ${emacsname}) \ 282 tar cvf - ${emacsname} | ${default_gzip} > ${emacsname}.tar.Z
283 | ${default_gzip} > ${emacsname}.tar.Z
284 ) 283 )
285 fi 284 fi
286 285
287 if [ "${clean_up}" = yes ]; then 286 if [ "${clean_up}" = yes ]; then
288 echo "Cleaning up the staging directory." 287 echo "Cleaning up the staging directory."