Minor fix
[tpope-extra.git] / bin / away-detect
index 9764f75c90d9218950571500f0bf502d5da02d20..57a89e51eb42e2896362e8d3888afe7676e0935f 100755 (executable)
@@ -69,7 +69,6 @@ set_active() {
 
 now="$(expr 60 \* $(date +%H) + $(date +%M))"
 
-if ! today --category='holiday' | grep '' >/dev/null; then
 today --category='school' | sed -e s/^..........// -e 's/ \[.*\]$//'|grep '[0-9][0-9]:[0-9][0-9]-[0-9][0-9]:[0-9][0-9]'| \
 while read times event; do
     begin="$(expr 60 \* $(echo $times|sed -e 's/-.*//' -e 's/:/ + /g'))"
@@ -84,7 +83,6 @@ while read times event; do
        echo "old_smart=\"$old_away\"" > "$HOME/.away-smart"
     fi
 done
-fi
 
 today --category='!school' | sed -e s/^..........//|grep '[0-9][0-9]:[0-9][0-9]-[0-9][0-9]:[0-9][0-9]'| \
 while read times event; do