aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 6c3c020b01b..412234b26e9 100755
--- a/make-dist
+++ b/make-dist
@@ -279,8 +279,7 @@ if [ "${make_tar}" = yes ]; then
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 )
285fi 284fi
286 285