summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/voice.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 805fe718f8..8b5b27b82c 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -94,7 +94,6 @@ sub init_tts {
94 print(CMD_IN "QUERY\tVENDOR\r\n"); 94 print(CMD_IN "QUERY\tVENDOR\r\n");
95 my $vendor = readline(CMD_OUT); 95 my $vendor = readline(CMD_OUT);
96 $vendor =~ s/\r\n//; 96 $vendor =~ s/\r\n//;
97 print("$vendor\n");
98 %ret = (%ret, 97 %ret = (%ret,
99 "stdin" => *CMD_IN, 98 "stdin" => *CMD_IN,
100 "stdout" => *CMD_OUT, 99 "stdout" => *CMD_OUT,