]> git.donarmstrong.com Git - wannabuild.git/blobdiff - triggers/trigger.edu
unify different operation mode checks, and clean up
[wannabuild.git] / triggers / trigger.edu
index e92e7fc820f8f2f3ab48268ecdcaf92e51672a0d..4ff8861b1d83ab28390ba8c02336eb144587af3d 100755 (executable)
@@ -11,7 +11,7 @@ exec >> /org/wanna-build/db/merge.$ARCHIVE.log 2>&1
 
 if [ -f /org/wanna-build/NO-TRIGGERS ]
 then
-    echo Trigger for $ARCHIVE skipped due to NO-TRIGGERS, aborting. >2
+    echo Trigger for $ARCHIVE skipped due to NO-TRIGGERS, aborting. >&2
     exit 0
 fi
 
@@ -41,6 +41,6 @@ main() {
     cleanup
 }
 
-main &
+main
 exit 0