Invoke the standard system shell in autogen.sh
This avoids a needless dependence on bash.
This commit is contained in:
parent
c604800a68
commit
52854df4ac
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