* make-dist: Silence test of tar functionality.

This commit is contained in:
Glenn Morris 2018-12-14 14:57:11 -05:00
parent f466b83226
commit fb8725ab5d

View file

@ -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