Skip to content

Commit b461048

Browse files
authored
Execute script as bash script (#803)
Co-authored-by: Dušan Baran <me.dusanbaran@gmail.com>
1 parent 5f5a9d3 commit b461048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/buildTileDB.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
## Build
4747
mkdir build
4848
cd build
49-
../tiledb-src/bootstrap --force-build-all-deps --enable-s3 --enable-serialization --linkage=shared
49+
bash ../tiledb-src/bootstrap --force-build-all-deps --enable-s3 --enable-serialization --linkage=shared
5050
make -j 2 tiledb install-tiledb
5151
cd ..
5252

0 commit comments

Comments
 (0)