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 | 971398ccbf7f2612193737dad2dfbd6873b5e6e5 (patch) | |
tree | c9936010509f9ed04d8c1533b42c80118c3a11e9 /util | |
parent | be437cb12952fd4452efe74c0be7431fb3724104 (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" | |