diff options
author | tv <tv@xso> | 2011-09-09 16:10:27 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-09 16:10:27 +0200 |
commit | 8c11ee3de8b7554b29c30b4b15eabb1d90f89ea3 (patch) | |
tree | f25df5a10006aca877de7b3e7886624347bc4e14 /util/bin | |
parent | 9d16807a67b40648095b15edf59fb7d601b9b079 (diff) |
//util/bin/naturalvoices.att: use BRE @sed
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/naturalvoices.att | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bin/naturalvoices.att b/util/bin/naturalvoices.att index 9a944d8b..07fb6e17 100755 --- a/util/bin/naturalvoices.att +++ b/util/bin/naturalvoices.att @@ -24,8 +24,8 @@ done (cd "$pwd/../.." && git submodule update --init) { - for arg; do echo "$arg"; done | sed -rn ' - s/^--(.*=.*)/\1/p;t + for arg; do echo "$arg"; done | sed -n ' + s/^--\(.*=.*\)/\1/p;t s/.*/text="${text+$text }&"/p;t ' cat<<EOF |