You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2008/09/23 05:19:09 UTC

svn commit: r698072 - /incubator/hama/nightly/processHamaPatchEmail.sh

Author: edwardyoon
Date: Mon Sep 22 20:19:09 2008
New Revision: 698072

URL: http://svn.apache.org/viewvc?rev=698072&view=rev
Log: (empty)

Modified:
    incubator/hama/nightly/processHamaPatchEmail.sh

Modified: incubator/hama/nightly/processHamaPatchEmail.sh
URL: http://svn.apache.org/viewvc/incubator/hama/nightly/processHamaPatchEmail.sh?rev=698072&r1=698071&r2=698072&view=diff
==============================================================================
--- incubator/hama/nightly/processHamaPatchEmail.sh (original)
+++ incubator/hama/nightly/processHamaPatchEmail.sh Mon Sep 22 20:19:09 2008
@@ -26,9 +26,7 @@
 done
 
 ### If this email indicates a new patch, start a build
-## -n $patch && 
-
-if [[ ! -d $QUEUE_DIR/$defect ]] ; then
+if [[ -n $patch && ! -d $QUEUE_DIR/$defect ]] ; then
   echo "$defect is being processed at `date`" >> $LOG
   mkdir $QUEUE_DIR/$defect