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 | c22ae34b0183f63d2f319ff6a0b071efe73550c2 (patch) | |
tree | 94f88a43e19ff651c8f1a4b5470a31fd28a5f691 /util | |
parent | b7f3e74127aa55b6687cc30c0decf0f76791ddf4 (diff) |
util naturalvoices: enable symlink calls
Diffstat (limited to 'util')
-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" | |