From: Glenn Morris Date: Fri, 14 Dec 2018 19:57:11 +0000 (-0500) Subject: * make-dist: Silence test of tar functionality. X-Git-Tag: emacs-27.0.90~3996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb8725ab5d148cf87ca0d4299e87ec1247171038;p=emacs.git * make-dist: Silence test of tar functionality. --- diff --git a/make-dist b/make-dist index bafcae35f08..111149d5b76 100755 --- a/make-dist +++ b/make-dist @@ -693,7 +693,7 @@ if [ "${make_tar}" = yes ]; then case $default_gzip in cat) tar $taropt -cf - $emacsname;; *) if tar $taropt -cf /dev/null --use-compress-program="$default_gzip" \ - $emacsname/src/lisp.h + $emacsname/src/lisp.h >& /dev/null then tar $taropt -cf - --use-compress-program="$default_gzip" $emacsname else