aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xmlGenerator/PFWScriptGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmlGenerator/PFWScriptGenerator.py')
-rwxr-xr-xtools/xmlGenerator/PFWScriptGenerator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmlGenerator/PFWScriptGenerator.py b/tools/xmlGenerator/PFWScriptGenerator.py
index ba3accf..17640d0 100755
--- a/tools/xmlGenerator/PFWScriptGenerator.py
+++ b/tools/xmlGenerator/PFWScriptGenerator.py
@@ -400,8 +400,8 @@ class Path (ElementWithInheritance) :
return context.getPrefix() + \
self.PFWCommandParameter + " " + \
- self.getName() + " " + \
- self.option.getOption("value") + "\n"
+ self.getName() + " '" + \
+ self.option.getOption("value") + "'\n"
def Inheritance (self, context) :
"""check for path name inheritance"""