X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fzsh-login;h=646ab3c1d6554188fca8544271229d02f2cc5e9c;hb=5da9e112159d7adb89b6f8ba6e85e348d61eec83;hp=69688f175725c8801190401a18169e5576f0a2f4;hpb=df9d9876095986182ad5e5f03ca7de01b37a4b09;p=grml-scripts-core.git diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index 69688f1..646ab3c 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Dez 18 01:34:26 CET 2006 [mika] +# Latest change: Sam Feb 17 13:58:14 CET 2007 [mika] ################################################################################ [ -r /etc/grml_version ] && GRMLVERSION=$(cat /etc/grml_version) || GRMLVERSION='(no version information available)' @@ -32,11 +32,6 @@ if [ -x /usr/bin/flite ] ; then esac fi -# activate unicode console if running within utf8 environment -if [ -r /etc/default/locale ] ; then - grep -q "LANG=.*UTF" /etc/default/locale && unicode_start -fi - exec /bin/zsh -l ## END OF FILE #################################################################