fate: add support for specifying the shell used to run configure

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-01-30 01:57:33 +01:00
parent 2ab5feafe1
commit d2a47c9473
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ update()(
configure()( configure()(
cd ${build} || return cd ${build} || return
${src}/configure \ ${shell} ${src}/configure \
--prefix="${inst}" \ --prefix="${inst}" \
--samples="${samples}" \ --samples="${samples}" \
--enable-gpl \ --enable-gpl \