File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ AC_DEFUN([MP_TAR_KEEP_OLD],[
10501050 mkdir -p conftest_dir
10511051 touch conftest_dir/file
10521052 $TAR -cf conftest.tar conftest_dir
1053- if $TAR -xkf conftest.tar < /dev/null 2>/dev/null ; then
1053+ if $TAR -xkf conftest.tar > /dev/null 2>&1 ; then
10541054 AC_MSG_RESULT ( [ yes] )
10551055 TAR_K='k'
10561056 else
Original file line number Diff line number Diff line change @@ -6459,7 +6459,7 @@ printf %s "checking whether tar -k works... " >&6; }
64596459 mkdir -p conftest_dir
64606460 touch conftest_dir/file
64616461 $TAR -cf conftest.tar conftest_dir
6462- if $TAR -xkf conftest.tar < /dev/null 2> /dev/null ; then
6462+ if $TAR -xkf conftest.tar > /dev/null 2>&1 ; then
64636463 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
64646464printf " %s\n" " yes" >&6 ; }
64656465 TAR_K=' k'
You can’t perform that action at this time.
0 commit comments