summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/config.sh b/buildbot/config.sh
index 289ce1a..45ebcb8 100755
--- a/buildbot/config.sh
+++ b/buildbot/config.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if test "$(whoami)" = "$(cat /home/test/active)"; then
- echo "I'm the active color, no need to compile and switch!"
+ echo "I'm the active color, won't do this job."
exit 0
fi