[vlc-commits] bootstrap: allow calling genmf with non default shell
Francois Cartegnie
git at videolan.org
Mon Mar 5 19:21:17 CET 2012
vlc/vlc-2.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | 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 <jb at videolan.org>
> 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"
More information about the vlc-commits
mailing list