dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
646 stars 182 forks source link

Make scripts/build.sh use /bin/sh instead of bash #159

Closed yamt closed 4 years ago

yamt commented 4 years ago

For convenience where bash is optional.

mikkelfj commented 4 years ago

thanks

mikkelfj commented 4 years ago

@yamt can you please have a look at the build script again. The "source" command at line 12 in build.sh is failing, and at line 27 in initbuild.sh on the Ubuntu build. https://travis-ci.org/github/dvidelabs/flatcc/builds/721630907

mikkelfj commented 4 years ago

4e8dc00 fixes this.

yamt commented 4 years ago

@mikkelfj oops. apparently the /bin/sh variant i was using had "source". but i agree it's better to stick with ".". thank you for fixing it!