Oops! Had redirections listed backwards, which made some error
messages appear on stdout This commit was SVN r2652.
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user