X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-init-screen;h=20587d8ec7f242c7521f2391042adfebbe9ebef9;hb=7b6b106c3e01180d64c0e43d157a8c5b7f55e5d1;hp=8a08114840fd6d9ce8fbbec35d897ea8132873c3;hpb=2faabf9ac834b1a94749547392e55bc2ca53e350;p=grml-scripts.git diff --git a/usr_bin/grml-init-screen b/usr_bin/grml-init-screen index 8a08114..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: Sam Feb 17 12:14:46 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 && 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 #################################################################