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:
commit
da4287bc62
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue