./bin/google_speak in ufos-1.0.82 vs ./bin/google_speak in ufos-1.0.87

- old
+ new

@@ -1,3 +1,4 @@ -#!/bin/bash -say() { local IFS=+;/usr/bin/mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?ie=UTF-8&client=tw-ob&q=$*&tl=en"; } -say $* &>/dev/null +#!/bin/sh +IFS=+ + +mplayer -ao alsa -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?ie=UTF-8&client=tw-ob&q=$*&tl=en" 2>/dev/null 1>/dev/null \ No newline at end of file