]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Use local variables to customize icalBuddy
authorAlexander Barton <alex@barton.de>
Sat, 15 Mar 2014 13:51:22 +0000 (14:51 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 15 Mar 2014 13:51:22 +0000 (14:51 +0100)
sys/profile

index 3369081c69fdd44d09c1dd8fa45bb36affcc3fa8..7a0435c11e690ea26b422e640da0b4f5f885484d 100644 (file)
@@ -161,12 +161,13 @@ type -p tset >/dev/null 2>&1
 type -p icalBuddy >/dev/null 2>&1
 if [ $? -eq 0 -a "$UID" -ne 0 ]; then
        case "$LANG" in
-               *.UTF*) BUL="•"; SEP="»"; ;;
-               *)      BUL="*"; SEP=">"; ;;
+               *.UTF*) bul="•"; bul_imp="!"; sep="»"; ;;
+               *)      bul="*"; bul_imp="!"; sep=">"; ;;
        esac
        icalBuddy -f -n -npn -nc -b " $BUL " -ps "/ $SEP /" -eep "url,notes" \
                eventsToday+1 2>/dev/null | grep "$BUL"
        [ $? -eq 0 ] && echo
+       unset bul bul_imp sep
 else
        # remind(1)
        type -p remind >/dev/null 2>&1