fix bug in env.sh

master
Jonathan Silverman 2020-07-26 19:19:30 -06:00 committed by GitHub
parent da188875c4
commit 32bde4c297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if `pkg-config libsodium --exists`; then
if [ $(version "$PKG_VER") -ge $(version "$MIN_LIBSODIUM_VERSION") ]; then if [ $(version "$PKG_VER") -ge $(version "$MIN_LIBSODIUM_VERSION") ]; then
[ ! -z "$SODIUM_BUILD_VERBOSE" ] && echo "Using packaged libsodium." [ ! -z "$SODIUM_BUILD_VERBOSE" ] && echo "Using packaged libsodium."
else else
[ ! -z "$SODIUM_BUILD_VERBOSE" ] echo "System packaged libsodium is too old." [ ! -z "$SODIUM_BUILD_VERBOSE" ] && echo "System packaged libsodium is too old."
export LIBSODIUM_INSTALL=1 export LIBSODIUM_INSTALL=1
fi fi
else else