no quotes ftw

This commit is contained in:
Michael Telatynski 2023-04-13 17:45:11 +01:00
parent 8fad845b1b
commit 3e5ab092d3
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -139,14 +139,14 @@ jobs:
set -x
shopt -s globstar
FILES=$(file "dist/**/*.node")
FILES=$(file dist/**/*.node)
echo "$FILES"
if [ grep -v "$ARCH" ]; then
exit 1
fi
LIBS=$(readelf -d "dist/**/*.node" | grep NEEDED)
LIBS=$(readelf -d dist/**/*.node | grep NEEDED)
echo "$LIBS"
if [ "$SQLCIPHER_STATIC" == "1" ]; then