X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-init-screen;h=db22b67703747df33021ed55c752af3a8c2a9861;hb=19329328b4bf569b7273e0831f271187af73d665;hp=8a08114840fd6d9ce8fbbec35d897ea8132873c3;hpb=2faabf9ac834b1a94749547392e55bc2ca53e350;p=grml-scripts.git diff --git a/usr_bin/grml-init-screen b/usr_bin/grml-init-screen index 8a08114..db22b67 100755 --- a/usr_bin/grml-init-screen +++ b/usr_bin/grml-init-screen @@ -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: Sam Feb 17 12:14:46 CET 2007 [mika] +# Latest change: Mit Mär 21 15:39:07 CET 2007 [mika] ################################################################################ # export variable USER for use withing GNU screen: @@ -18,7 +18,7 @@ # 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' + [ -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 ## END OF FILE #################################################################