diff --git a/check_packages.sh b/check_packages.sh index e7f6edf..70d10f9 100755 --- a/check_packages.sh +++ b/check_packages.sh @@ -1,7 +1,7 @@ #!/bin/sh #for pkg in $(cat packages.list); do while IFS= read -r pkg; do - output="$(OPENSSL_CONF=openssl.conf python3 npm-manifest-check.py "$pkg")"; + output="$(python3 npm-manifest-check.py "$pkg")"; if [ $? -ne 0 ]; then echo "$output"; fi