Skip to content

Commit

Permalink
Allow multiple words for espeak
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Jan 16, 2015
1 parent ffe52d8 commit 4bf9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/profile/kano-bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ alias rootssh-enable='sudo sed -i '\''s/DROPBEAR_EXTRA_ARGS=.*/DROPBEAR_EXTRA_AR
# This mutes the stderr of espeak, but reports any errors.
function espeak_override()
{
espeak $@ 2>/dev/null
espeak "$@" 2>/dev/null
if [ "$?" -ne 0 ]; then
>&2 echo "ERROR: espeak reported problems."
>&2 echo "Please run 'espeak_debug $@' to see the error."
Expand Down

0 comments on commit 4bf9880

Please sign in to comment.