Commit 6fa1935b authored by Francois Cartegnie's avatar Francois Cartegnie

bootstrap: allow calling genmf with non default shell

parent fdb0dcae
...@@ -64,7 +64,7 @@ echo "generating modules/**/Makefile.am" ...@@ -64,7 +64,7 @@ echo "generating modules/**/Makefile.am"
find modules/ -name Modules.am | \ find modules/ -name Modules.am | \
sed -ne 's,modules/\(.*\)/Modules.am,\1,p' | \ sed -ne 's,modules/\(.*\)/Modules.am,\1,p' | \
while read d; do while read d; do
sh modules/genmf "$d" ${CONFIG_SHELL-sh} modules/genmf "$d"
printf "." printf "."
done done
printf "\n" printf "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment