Update envVar.sh

Signed-off-by: Abd ar-Rahman Hamidi <bakhtiyor.h@gmail.com>
This commit is contained in:
Abd ar-Rahman Hamidi 2023-11-09 16:44:44 +05:00 committed by GitHub
parent c0a0104ca1
commit 1f074db67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ setGlobals() {
errorln "ORG Unknown"
fi
if [ "$VERBOSE" == "true" ]; then
if [[ "$VERBOSE" == "true" ]]; then
env | grep CORE
fi
}