You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2012/04/18 09:59:33 UTC

svn commit: r1327412 - /ofbiz/trunk/tools/git-rebase-runner.sh

Author: jacopoc
Date: Wed Apr 18 07:59:33 2012
New Revision: 1327412

URL: http://svn.apache.org/viewvc?rev=1327412&view=rev
Log:
Renamed path to reflect new location.

Modified:
    ofbiz/trunk/tools/git-rebase-runner.sh

Modified: ofbiz/trunk/tools/git-rebase-runner.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/git-rebase-runner.sh?rev=1327412&r1=1327411&r2=1327412&view=diff
==============================================================================
--- ofbiz/trunk/tools/git-rebase-runner.sh (original)
+++ ofbiz/trunk/tools/git-rebase-runner.sh Wed Apr 18 07:59:33 2012
@@ -23,7 +23,7 @@
 #  $2 = loop type
 
 top_dir="$(cd "$0/../..";echo "$PWD")"
-. "$top_dir/bin/functions.sh"
+. "$top_dir/tools/functions.sh"
 
 cd "$top_dir"