0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 16:34:13 +01:00

Merge pull request #177 from awilfox/master

Invoke the standard system shell in autogen.sh
This commit is contained in:
Elizabeth Myers 2016-03-23 19:51:23 -05:00
commit da4287bc62

View file

@ -81,7 +81,7 @@ parse_options "$@"
echo "Building librb autotools files." echo "Building librb autotools files."
cd "$TOP_DIR"/librb cd "$TOP_DIR"/librb
bash autogen.sh sh autogen.sh
echo "Building main autotools files." echo "Building main autotools files."