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."
|
||||
|
||||
cd "$TOP_DIR"/librb
|
||||
bash autogen.sh
|
||||
sh autogen.sh
|
||||
|
||||
echo "Building main autotools files."
|
||||
|
||||
|
|
Loading…
Reference in a new issue