From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 lib/common-functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/common-functions b/lib/common-functions
index e0fc8c6..cbd7bdd 100644
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -54,7 +54,7 @@ parse_config_file() {
         # Trim trailing spaces for variables
         var=`echo $line | cut -d= -f1 | tr -d '[:space:]'`
         # Trim leading spaces for the variable value
-        val=`echo $line | cut -d= -f2 | sed -e 's/^[ ]*//'`
+        val=`echo $line | cut -d= -f2- | sed -e 's/^[ ]*//'`
         eval $var=$val
     done < $inputfile
 }
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to