0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 03:13:47 +02:00

Invoke the standard system shell in autogen.sh

This avoids a needless dependence on bash.
This commit is contained in:
Andrew Wilcox 2016-03-23 19:49:50 -05:00
parent c604800a68
commit 52854df4ac

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."