Skip to content

Commit

Permalink
Execute script as bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Jan 28, 2025
1 parent 5f5a9d3 commit 705d21c
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 705d21c

Please sign in to comment.