提交 214c5f26 编写于 作者: M Michel Bardiaux 提交者: Diego Biurrun

Use != instead of -ne in test invocations for greater portability.

patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be

Originally committed as revision 5021 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9cb2cf10
......@@ -1941,7 +1941,7 @@ done
# Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
diff $TMPH config.h >/dev/null 2>&1
if test $? -ne 0 ; then
if test "$?" != "0" ; then
mv -f $TMPH config.h
else
echo "config.h is unchanged"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册