]> git.sesse.net Git - vlc/commitdiff
bootstrap: allow calling genmf with non default shell
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 28 Feb 2012 15:47:25 +0000 (16:47 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 28 Feb 2012 15:47:25 +0000 (16:47 +0100)
bootstrap

index 6726871a881b092bf56f89332fd951e8fe67530a..1eaa5664030b6146cd08afce156ccfacac090e42 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -64,7 +64,7 @@ echo "generating modules/**/Makefile.am"
 find modules/ -name Modules.am | \
 sed -ne 's,modules/\(.*\)/Modules.am,\1,p' | \
 while read d; do
-       sh modules/genmf "$d"
+       ${CONFIG_SHELL-sh} modules/genmf "$d"
        printf "."
 done
 printf "\n"