Skip to content

Commit

Permalink
refactor: quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 11, 2023
1 parent 8947f48 commit 0e2f831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/experimental/install_dev_osgeo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ apt-get update -y &&
mkdir build_cmake &&
cd build_cmake &&
../bootstrap --prefix=/usr --disable-werror &&
make -j$(nproc) &&
make "-j$(nproc)" &&
make install-tiledb DESTDIR="/build_thirdparty" &&
make install-tiledb &&
cd ../.. &&
Expand Down Expand Up @@ -206,7 +206,7 @@ cd /build_local

apt-get update && apt-get -y install cargo

install2.r --error --skipmissing -n "$NCPUS" -r ${CRAN_SOURCE} \
install2.r --error --skipmissing -n "$NCPUS" -r "${CRAN_SOURCE}" \
sf \
terra \
lwgeom \
Expand Down

0 comments on commit 0e2f831

Please sign in to comment.