tfix syntax error - exercise_time - announce workout exercises with notifications and speech synth
 (HTM) git clone git://src.adamsgaard.dk/exercise_time
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 6dff1ea28aef7da094202ada1d51dfea8793cf35
 (DIR) parent 3eaf8de895a61b00b1abd5acd904b25af776aca0
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 23 Oct 2014 10:08:32 +0200
       
       fix syntax error
       
       Diffstat:
         M exercise_time.sh                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/exercise_time.sh b/exercise_time.sh
       t@@ -24,7 +24,7 @@ fi
        for ((i=0; i<$1; i++)); do
            #mpc pause &> /dev/null
            #echo "It's exercise time! $2" | festival --tts
       -    notify-send "It's exercise time! $2"
       +    notify-send "It is exercise time! $2"
            #mpc play &> /dev/null
            sleep $WAITSECS
        done