Skip to content

Commit

Permalink
0.20190922: fixed pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Sep 22, 2019
1 parent 7e16f43 commit fca924e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.20190922

Fixed pipe.

0.20190921

Fix #1 and #2: zcat -> gzip -dcf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RHVoiceBookReader
0.20190921
0.20190922

# RHVoiceBookReader

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20190921
0.20190922
2 changes: 1 addition & 1 deletion rhvoiceplay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ then
fi

trhvoice="RHVoice"
[ ! "$(command -v $trhvoice)" ] && trhvoice="RHVoice-test -p $tspeaker"
[ ! "$(command -v $trhvoice)" ] && trhvoice="RHVoice-test -p $tspeaker -o -"
tplay="aplay"
[ ! "$(command -v $tplay)" ] && tplay="play -q"

Expand Down

0 comments on commit fca924e

Please sign in to comment.