aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xmlGenerator/analyse/sortAsound.conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmlGenerator/analyse/sortAsound.conf.sh')
-rwxr-xr-xtools/xmlGenerator/analyse/sortAsound.conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlGenerator/analyse/sortAsound.conf.sh b/tools/xmlGenerator/analyse/sortAsound.conf.sh
index b607161..28db0b1 100755
--- a/tools/xmlGenerator/analyse/sortAsound.conf.sh
+++ b/tools/xmlGenerator/analyse/sortAsound.conf.sh
@@ -50,7 +50,7 @@ sed -nr -e 's#^pcm.(.*)\{.*$#\1#; t save;
b next;
:save;h;b' \
\
- -e ':next; s/.*name "(.*)" value ([^}]*).*/\1 = \2 # /; t pcm;
+ -e ':next; s/.*name\s+"(.*)"\s+value\s+([^}]*).*/\1 = \2 # /; t pcm;
b;
:pcm; G;s/\n//p;' -- "$file" |
sort | \