[vlc-commits] bootstrap: allow calling genmf with non default shell
vlc/vlc-2.0 | branch: master | Francois Cartegnie | Tue Feb 28 16:47:25 2012 +0100| [2f2f083a81f93248d6a993963e5562ebe7b69502] | committer: Jean-Baptiste Kempf bootstrap: allow calling genmf with non default shell (cherry picked from commit 6fa1935b5a4d1894689fac30c358a5b1887677c9) Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2f2f083a81f93248d6a993963e5562ebe7b69502 --- bootstrap |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bootstrap b/bootstrap index 1d1bb9f..f8a4eec 100755 --- a/bootstrap +++ b/bootstrap @@ -78,7 +78,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" ___ vlc-commits mailing list vlc-commits@videolan.org http://mailman.videolan.org/listinfo/vlc-commits
[vlc-commits] bootstrap: allow calling genmf with non default shell
vlc | branch: master | Francois Cartegnie | Tue Feb 28 16:47:25 2012 +0100| [6fa1935b5a4d1894689fac30c358a5b1887677c9] | committer: Francois Cartegnie bootstrap: allow calling genmf with non default shell > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fa1935b5a4d1894689fac30c358a5b1887677c9 --- bootstrap |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bootstrap b/bootstrap index 6726871..1eaa566 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" ___ vlc-commits mailing list vlc-commits@videolan.org http://mailman.videolan.org/listinfo/vlc-commits