Skip to content

Commit

Permalink
no errexit
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 4, 2024
1 parent 3ce2014 commit a32a62f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/install-zstd.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!/bin/sh
set -o xtrace
set -o errexit

clean_deps() {
rm -rf deps
}

download_zstd() {
mkdir deps
mkdir deps/zstd
mkdir -p deps/zstd
ZSTD_VERSION=$(node -p "require('./package.json')['mongodb:zstd_version']")

curl -L "https://github.com/facebook/zstd/releases/download/v$ZSTD_VERSION/zstd-$ZSTD_VERSION.tar.gz" \
Expand Down

0 comments on commit a32a62f

Please sign in to comment.