diff options
Diffstat (limited to 'tools/xmlGenerator/lightRoutingUpdate.sh')
-rwxr-xr-x | tools/xmlGenerator/lightRoutingUpdate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlGenerator/lightRoutingUpdate.sh b/tools/xmlGenerator/lightRoutingUpdate.sh index 4bde78f..7403622 100755 --- a/tools/xmlGenerator/lightRoutingUpdate.sh +++ b/tools/xmlGenerator/lightRoutingUpdate.sh @@ -100,7 +100,7 @@ done log "Generate domain commands from file(s): $*" m4 "$@" \ - | $(dirname $0)/PFWScriptGenerator.py --pfw >> "${tmpfile}" + | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}" echo "setAutoSync off" >> "${tmpfile}" |