Skip to content

Commit

Permalink
Execute script as bash script (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: Dušan Baran <[email protected]>
  • Loading branch information
dudoslav and Dušan Baran authored Jan 28, 2025
1 parent 5f5a9d3 commit b461048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildTileDB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
## Build
mkdir build
cd build
../tiledb-src/bootstrap --force-build-all-deps --enable-s3 --enable-serialization --linkage=shared
bash ../tiledb-src/bootstrap --force-build-all-deps --enable-s3 --enable-serialization --linkage=shared
make -j 2 tiledb install-tiledb
cd ..

Expand Down

0 comments on commit b461048

Please sign in to comment.