You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2011/01/18 08:08:38 UTC

svn commit: r1060216 - /forrest/zone/config/setenv.sh

Author: crossley
Date: Tue Jan 18 07:08:37 2011
New Revision: 1060216

URL: http://svn.apache.org/viewvc?rev=1060216&view=rev
Log:
The 'forrestbot' needs to be able to find the 'svn' executable.
Issue: FOR-1209

Modified:
    forrest/zone/config/setenv.sh

Modified: forrest/zone/config/setenv.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/setenv.sh?rev=1060216&r1=1060215&r2=1060216&view=diff
==============================================================================
--- forrest/zone/config/setenv.sh (original)
+++ forrest/zone/config/setenv.sh Tue Jan 18 07:08:37 2011
@@ -20,3 +20,4 @@ export SHELL=/bin/bash
 export DOC_ROOT=/usr/local/www/apache22/data
 export CONFIG=/home/forrest/config
 export LANG=en_US.UTF-8
+export PATH=${PATH}:/usr/local/bin