提交 5237ce67 编写于 作者: M Måns Rullgård

detect more broken shells

Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b3cb5d51
......@@ -4,7 +4,8 @@
#
# make sure we are running under a compatible shell
(: ${foo%%bar}) 2>/dev/null
unset foo
(: ${foo%%bar}) 2>/dev/null && ! (: ${foo?}) 2>/dev/null
if test "$?" != 0; then
if test "x$FFMPEG_CONFIGURE_EXEC" = x; then
FFMPEG_CONFIGURE_EXEC=1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册