1
1

Oops! Had redirections listed backwards, which made some error

messages appear on stdout

This commit was SVN r2652.
Этот коммит содержится в:
Jeff Squyres 2004-09-14 10:44:40 +00:00
родитель 2d756f6391
Коммит bd32b4ef4d

Просмотреть файл

@ -233,7 +233,7 @@ EOF
# timestamp changed on $outfile_real (similar to the way AC
# handles AC_CONFIG_HEADER files).
diff $outfile $outfile_real 2>&1 > /dev/null
diff $outfile $outfile_real > /dev/null 2>&1
if test "$?" != "0"; then
mv $outfile $outfile_real
else