From: Francois Cartegnie Date: Tue, 28 Feb 2012 15:47:25 +0000 (+0100) Subject: bootstrap: allow calling genmf with non default shell X-Git-Tag: 2.1.0-git~5500 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6fa1935b5a4d1894689fac30c358a5b1887677c9;p=vlc bootstrap: allow calling genmf with non default shell --- diff --git a/bootstrap b/bootstrap index 6726871a88..1eaa566403 100755 --- 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"