From 04f03b648127fe87d67e6be5c7436d88b808dd64 Mon Sep 17 00:00:00 2001 From: Storm dragon Date: Tue, 26 Jan 2016 23:04:19 -0500 Subject: [PATCH] trying to get to the bottom of this double sound problem on hourly chimes. --- src/talking-clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/talking-clock b/src/talking-clock index 5b9dc70..158e65f 100755 --- a/src/talking-clock +++ b/src/talking-clock @@ -337,7 +337,7 @@ if [ "$minute" -eq "0" ] ; then if [ $chime != "false" ] ; then i=0 #create chime string for sound players that can handle more than one sound argument. - soundString="$prependSound" + soundString="" while [ "$i" -lt "$hour" ] ; do if [[ "$soundCommand" == "play" || "$soundCommand" == "play -q" || "$soundCommand" == "ogg123" || "$soundCommand" == "ogg123 -q" ]] ; then soundString="$soundString $hourChime"