From: Alexander Barton Date: Sat, 29 Aug 2009 21:54:01 +0000 (+0200) Subject: Rewrap script line to 80 characters X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=c10637ef519aecd677ed0709ad3cedb8fa0af9a0 Rewrap script line to 80 characters --- diff --git a/sys/profile b/sys/profile index 63f96e3..9d20473 100644 --- a/sys/profile +++ b/sys/profile @@ -11,7 +11,8 @@ export PROFILEREAD # Set locale if it is not set or doesn't contain a dot; # but all system messages should still be in "native" ("C") language. -[ "$LANG" = "${LANG#*.}" -a "$LANG" != "C" ] && export LANG="${LANG:-de_DE}.ISO8859-1" +[ "$LANG" = "${LANG#*.}" -a "$LANG" != "C" ] \ + && export LANG="${LANG:-de_DE}.ISO8859-1" export LC_MESSAGES="C" # Initialize PATH variable