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."
cd "$TOP_DIR"/librb
bash autogen.sh
sh autogen.sh
echo "Building main autotools files."