X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=blobdiff_plain;f=sys%2Fprofile;fp=sys%2Fprofile;h=1b27afcd89bdabd9bf23e0d6ec2137a24c9018ea;hp=1f361a1aadfffedfb91119561684a60153a8f339;hb=0aaf148ce0eed196121d858c342dcabb47d7d31c;hpb=69715bbdbc1c5050455d5df74e95964e047091f7 diff --git a/sys/profile b/sys/profile index 1f361a1..1b27afc 100644 --- a/sys/profile +++ b/sys/profile @@ -13,9 +13,9 @@ export PROFILEREAD # Setup locale and encoding if [ -e ~/.ConfigScripts.debug ]; then - echo " - TERM=\"$TERM\"" - echo " - LANG=\"$LANG\"" - echo " - LC_CTYPE=\"$LC_CTYPE\"" + echo " - TERM=\"$TERM\"" + echo " - LANG=\"$LANG\"" + echo " - LC_CTYPE=\"$LC_CTYPE\"" fi # Does LC_CTYPE or LANG indicate an UTF-8 terminal? LC_encoding="" @@ -32,11 +32,11 @@ if [ -z "$LC_encoding" ]; then LC_encoding="ISO8859-1" esac fi -[ -e ~/.ConfigScripts.debug ] && echo " - LC_encoding=\"$LC_encoding\" (temp)" +[ -e ~/.ConfigScripts.debug ] && echo " - LC_encoding=\"$LC_encoding\" (temp)" # Set locale if it is not set or doesn't contain a dot: [ "$LANG" = "${LANG#*.}" -a "$LANG" != "C" ] \ && export LANG="${LANG:-de_DE}.${LC_encoding}" -[ -e ~/.ConfigScripts.debug ] && echo " - LANG=\"$LANG\" (new)" +[ -e ~/.ConfigScripts.debug ] && echo " - LANG=\"$LANG\" (new)" # Clean up ... unset LC_CTYPE LC_encoding 2>/dev/null @@ -193,7 +193,7 @@ type -t tset >/dev/null && eval `tset -s -Q` # Reminders (once every 60 minutes) if [ -z `find ~/.last_reminder -mmin -60 2>/dev/null` ]; then - [ -e ~/.ConfigScripts.debug ] && echo " - Reminders ..." + [ -e ~/.ConfigScripts.debug ] && echo " - Reminders ..." if [ "$(type -t icalBuddy >/dev/null)" -a "$LOGNAME" != "root" ]; then # icalBuddy(1) case "$LANG" in