diff options
author | tv <tv@also> | 2011-08-06 00:05:05 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 00:05:05 +0200 |
commit | b73a55f2a126e407d0e8c8f1509e0c600a28fc2f (patch) | |
tree | 9d04b73d6942504e3c664e3c1fdbbe1123f8aa5a | |
parent | f804b2b8551198c316702705245e8cc174883b87 (diff) |
util naturalvoices: enable symlink calls
-rwxr-xr-x | util/bin/naturalvoices.att | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/naturalvoices.att b/util/bin/naturalvoices.att index e329694f..656a2c5e 100755 --- a/util/bin/naturalvoices.att +++ b/util/bin/naturalvoices.att @@ -29,7 +29,7 @@ done node "$(readlink -f "$pwd/../../submodules/github/visionmedia/query")" "\$@" } curl -sS -A "\${A-Mozilla}" \\ - -d "voice=\${voice-klara}" \\ + -d "voice=\${voice-`basename "$0"`}" \\ -d "txt=\$text" \\ -d "downloadButton=DOWNLOAD" \\ "$url" | |