[vlc-commits] bootstrap: allow calling genmf with non default shell
Francois Cartegnie
git at videolan.org
Tue Feb 28 16:52:54 CET 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | 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"
More information about the vlc-commits
mailing list