diff options
author | David Wagner <david.wagner@intel.com> | 2014-10-24 18:04:13 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-10-24 18:04:13 +0200 |
commit | 1e4132e01cac27e9d83052d81a406e830616193f (patch) | |
tree | 0e2f6e1cb60a8aa7daabf2a89485286f5197d6ab /tools | |
parent | 402ea05be2b44a4b858890fbe02abb9d073fff7b (diff) | |
parent | 168c3107d6e487dfc0597ce45637d698ed9a29a8 (diff) | |
download | external_parameter-framework-1e4132e01cac27e9d83052d81a406e830616193f.zip external_parameter-framework-1e4132e01cac27e9d83052d81a406e830616193f.tar.gz external_parameter-framework-1e4132e01cac27e9d83052d81a406e830616193f.tar.bz2 |
Merge pull request #18 from Makohoek/tmp_dir_name_fix
hostDomainGenerator: Fix the stripping of the temporary directory name
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/xmlGenerator/hostDomainGenerator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlGenerator/hostDomainGenerator.sh b/tools/xmlGenerator/hostDomainGenerator.sh index 4cfce4d..fe02048 100755 --- a/tools/xmlGenerator/hostDomainGenerator.sh +++ b/tools/xmlGenerator/hostDomainGenerator.sh @@ -313,5 +313,5 @@ m4 "$@" | $PFWSendCommand getDomainsWithSettingsXML | # Delete trailing carriage return and format absolute paths sed -r -e 's/\r$//' \ - -e 's/(xsi:noNamespaceSchemaLocation=")[^"]*tmp/\1/' >&4 + -e 's@(xsi:noNamespaceSchemaLocation=")'"$tmpDir"'/?@\1@' >&4 |