[37711] trunk/base/portmgr/jobs/PortIndexRegen.sh

dluke at macports.org dluke at macports.org
Fri Jun 20 06:07:41 PDT 2008


Revision: 37711
          http://trac.macosforge.org/projects/macports/changeset/37711
Author:   dluke at macports.org
Date:     2008-06-20 06:07:41 -0700 (Fri, 20 Jun 2008)
Log Message:
-----------
Use the $SVN variable for the commit too.

Modified Paths:
--------------
    trunk/base/portmgr/jobs/PortIndexRegen.sh

Modified: trunk/base/portmgr/jobs/PortIndexRegen.sh
===================================================================
--- trunk/base/portmgr/jobs/PortIndexRegen.sh	2008-06-20 13:05:15 UTC (rev 37710)
+++ trunk/base/portmgr/jobs/PortIndexRegen.sh	2008-06-20 13:07:41 UTC (rev 37711)
@@ -127,7 +127,7 @@
 echo "" >> $COMMIT_MSG
 grep Failed $FAILURE_LOG >> $COMMIT_MSG
 { cd ${SRCTREE}/dports/ && \
-    svn --config-dir $SVN_CONFIG_DIR commit -F $COMMIT_MSG PortIndex > $FAILURE_LOG 2>&1 ; } \
+    $SVN --config-dir $SVN_CONFIG_DIR commit -F $COMMIT_MSG PortIndex > $FAILURE_LOG 2>&1 ; } \
     || { echo "SVN commit failed." >> $FAILURE_LOG ; bail ; }
 
 # At this point the index was committed successfuly, so we cleanup before we exit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080620/23b62fad/attachment.htm 


More information about the macports-changes mailing list