X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-init-screen;h=20587d8ec7f242c7521f2391042adfebbe9ebef9;hb=3a552f4fc901acfa377f91bb414296b8b8cab05d;hp=db22b67703747df33021ed55c752af3a8c2a9861;hpb=9c0fa3ec198ddfffeae16dd1d12fc3fb11056664;p=grml-scripts.git diff --git a/usr_bin/grml-init-screen b/usr_bin/grml-init-screen index db22b67..20587d8 100755 --- a/usr_bin/grml-init-screen +++ b/usr_bin/grml-init-screen @@ -4,7 +4,6 @@ # 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: Mit Mär 21 15:39:07 CET 2007 [mika] ################################################################################ # export variable USER for use withing GNU screen: @@ -18,7 +17,6 @@ # now start screen: cd $HOME # do we have a utf8 enabled terminal? - [ -x /usr/bin/vt-is-UTF8 ] && /usr/bin/vt-is-UTF8 -q && UTF='-U' - /usr/bin/screen $UTF -c /etc/grml/screenrc ; exec /bin/zsh + /usr/bin/screen -U -c /etc/grml/screenrc ; exec /bin/zsh ## END OF FILE #################################################################