]> git.donarmstrong.com Git - wannabuild.git/blobdiff - triggers/trigger.volatile
another fix for use warnings
[wannabuild.git] / triggers / trigger.volatile
index 0a91dca3e6c159e6d0bb53786f3bdc436576f58a..2ee4928064ffd9c1ab3acdacf2e784a3771693aa 100755 (executable)
@@ -9,7 +9,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
 
@@ -46,6 +46,6 @@ main() {
     cleanup
 }
 
-main &
+main
 exit 0