We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8be4e commit be14171Copy full SHA for be14171
scripts/mxeWindowsBuild.sh
@@ -34,7 +34,7 @@ NUM_CPUS=$(cat /proc/cpuinfo | grep processor | wc -l)
34
35
NAME=dustrac
36
VERSION=${DUSTRAC_RELEASE_VERSION}
37
-if [[ !${VERSION} ]]; then
+if [[ -z ${VERSION} ]]; then
38
echo "DUSTRAC_RELEASE_VERSION not set."
39
VERSION="DUSTRAC_RELEASE_VERSION_NOT_SET"
40
fi
0 commit comments