]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: Silence test of tar functionality.
authorGlenn Morris <rgm@gnu.org>
Fri, 14 Dec 2018 19:57:11 +0000 (14:57 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 Dec 2018 19:57:11 +0000 (14:57 -0500)
make-dist

index bafcae35f080d2f8cd611a8ee257c80a06de9fa4..111149d5b761e50b63e123693571c0f581fc9915 100755 (executable)
--- 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