[Fusionforge-commits] FusionForge branch Branch_5_3 updated. dfeee0dd2c9d7cc170e40662d7756eb15b7eca40

Roland Mas lolando at fusionforge.org
Wed Jul 30 16:06:09 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  dfeee0dd2c9d7cc170e40662d7756eb15b7eca40 (commit)
      from  ff0e3e8125b2bfc338274a7e0877eea44da2f2de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfeee0dd2c9d7cc170e40662d7756eb15b7eca40
Author: Roland Mas <lolando at debian.org>
Date:   Wed Jul 30 16:05:57 2014 +0200

    Fixed forge_get_config_basic to cope with being invoked from a different dir

diff --git a/src/utils/forge_get_config_basic b/src/utils/forge_get_config_basic
index 0fe91fb..276bc12 100755
--- a/src/utils/forge_get_config_basic
+++ b/src/utils/forge_get_config_basic
@@ -34,7 +34,7 @@ curpath=`cd $pathfromarvg0;pwd`
 variant=$1
 
 getcorevar () {
-    grep ^$1 $curpath/../etc/config.ini-$variant ../etc/config.ini.d/defaults.ini| cut -d= -f2 | xargs echo
+    grep ^$1 $curpath/../etc/config.ini-$variant $curpath/../etc/config.ini.d/defaults.ini| cut -d= -f2 | xargs echo
 }
 
 res=$(getcorevar $2)

-----------------------------------------------------------------------

Summary of changes:
 src/utils/forge_get_config_basic |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list