[FFmpeg-devel] [PATCH] fate: add support for specifying the shell used to run configure

Michael Niedermayer michaelni at gmx.at
Mon Jan 30 01:57:33 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 tests/fate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index e04c871..a7b15cd 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -41,7 +41,7 @@ update()(
 
 configure()(
     cd ${build} || return
-    ${src}/configure                                                    \
+    ${shell} ${src}/configure                                           \
         --prefix="${inst}"                                              \
         --samples="${samples}"                                          \
         --enable-gpl                                                    \
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list