Skip to content

Commit 90bd9e9

Browse files
committed
update
1 parent 122e07e commit 90bd9e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_curl2 {
2727
flags="$flags --with-ssl"
2828
build_openssl
2929
fi
30-
flags="$flags --without-brotli --without--libnghttp2"
30+
flags="$flags --without-brotli --without-libnghttp2"
3131
#build_libnghttp2
3232
#build_brotli
3333
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
@@ -78,9 +78,6 @@ function build_libs {
7878
function run_tests {
7979
# Runs tests on installed distribution from an empty directory
8080
cp ../netcdf4-python/test/* .
81-
export PATH="/usr/local/bin:${PATH}"
82-
echo "PATH = $PATH"
83-
ls -l /usr/local/bin
8481
python run_all.py
8582
}
8683

0 commit comments

Comments
 (0)