From d2a47c947363e1b56450b6a66c7bc15c58c1f4a9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 30 Jan 2012 01:57:33 +0100 Subject: fate: add support for specifying the shell used to run configure Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- tests/fate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index e04c8710d7..a7b15cd1b0 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 \ -- cgit v1.2.3