summaryrefslogtreecommitdiffstats
path: root/screwdriver
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver')
-rwxr-xr-xscrewdriver/detect-what-to-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/detect-what-to-build.sh b/screwdriver/detect-what-to-build.sh
index 1c4809f7295..608dfda9e0e 100755
--- a/screwdriver/detect-what-to-build.sh
+++ b/screwdriver/detect-what-to-build.sh
@@ -6,7 +6,7 @@ if (( ${#BASH_SOURCE[@]} == 1 )); then
exit 1
fi
-if [[ -z $SD_PULL_REQUEST == false ]]; then
+if [[ $SD_PULL_REQUEST == false ]]; then
export SHOULD_BUILD=all
return 0
fi