diff options
| author | makefu <github@syntax-fehler.de> | 2013-09-02 19:29:24 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-09-02 19:29:24 +0200 | 
| commit | 734db92084031c41b0fbb8b99ea7a3e4db06b66c (patch) | |
| tree | 867915f2b695bb2e9370fd192a4a09e8f7c34dd3 | |
| parent | 9efb3cb2eeb74eb167ec34bf7b5b20199c149268 (diff) | |
naturalvoices: make portable
| -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 a2fe457c..4590d913 100755 --- a/util/bin/naturalvoices.att +++ b/util/bin/naturalvoices.att @@ -8,7 +8,7 @@ cd $(dirname $(readlink -f $0))  text=$(echo $* | sed 's/ /+/g')  voice="reiner" -OUTFILE=`mktemp` +OUTFILE="`mktemp /tmp/voice.XXXXXXXX`"  trap "rm $OUTFILE" TERM INT EXIT  get_tts "$text" | 
