* make-dist: Silence test of tar functionality.
This commit is contained in:
parent
f466b83226
commit
fb8725ab5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue