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 | 06b25e5e0c592032d9152fed7763c2164074d162 (patch) | |
tree | b34deeae150f02082647f491d3a91d69c0e86fc2 /util | |
parent | 9765cb12a335231bae6e1eee04f79b8c8d82ecb2 (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" | |