summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/test_build_time.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/test_build_time.sh')
-rwxr-xr-xscripts/contrib/test_build_time.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/test_build_time.sh b/scripts/contrib/test_build_time.sh
index 23f238adf6..4012ac7ba7 100755
--- a/scripts/contrib/test_build_time.sh
+++ b/scripts/contrib/test_build_time.sh
@@ -97,7 +97,7 @@ if [ $? != 0 ] ; then
exit 251
fi
-if [ "$BB_ENV_EXTRAWHITE" != "" ] ; then
+if [ "BB_ENV_PASSTHROUGH_ADDITIONS" != "" ] ; then
echo "WARNING: you are running after sourcing the build environment script, this is not recommended"
fi