emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fb8725a: * make-dist: Silence test of tar functiona


From: Glenn Morris
Subject: [Emacs-diffs] master fb8725a: * make-dist: Silence test of tar functionality.
Date: Fri, 14 Dec 2018 14:57:18 -0500 (EST)

branch: master
commit fb8725ab5d148cf87ca0d4299e87ec1247171038
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * make-dist: Silence test of tar functionality.
---
 make-dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-dist b/make-dist
index bafcae3..111149d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]