[Fusionforge-commits] r15960 - in branches/Branch_5_1: . tests/func

Roland Mas lolando at fusionforge.org
Fri Jul 6 10:46:23 CEST 2012


Author: lolando
Date: 2012-07-06 10:46:22 +0200 (Fri, 06 Jul 2012)
New Revision: 15960

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/tests/func/db_reload.sh
Log:
Fixed PATH

Modified: branches/Branch_5_1/tests/func/db_reload.sh
===================================================================
--- branches/Branch_5_1/tests/func/db_reload.sh	2012-07-06 07:26:48 UTC (rev 15959)
+++ branches/Branch_5_1/tests/func/db_reload.sh	2012-07-06 08:46:22 UTC (rev 15960)
@@ -3,7 +3,7 @@
 then
 	database=$1
 else
-	export PATH=$PATH:/usr/share/gforge/bin/:/usr/share/gforge/utils:/opt/gforge/utils
+	export PATH=$PATH:/usr/share/gforge/bin/:/usr/share/gforge/utils:/usr/share/gforge/src/utils:/opt/gforge/utils
 	database=`FUSIONFORGE_NO_PLUGINS=true forge_get_config database_name`
 fi
 if [ "x$database" = "x" ]




More information about the Fusionforge-commits mailing list