X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fiso-term;h=9eee0628a66c5740661a66e7511b1b127bd4852c;hb=2378c65d20e15a10d3a062fd75bc54f205eacc61;hp=9a819766a7082a7888d34c563bdecc92ea2c0584;hpb=5806b2899a4288ced4678a122eeb70e7b8d36c89;p=grml-scripts.git diff --git a/usr_bin/iso-term b/usr_bin/iso-term index 9a81976..9eee062 100755 --- a/usr_bin/iso-term +++ b/usr_bin/iso-term @@ -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 Mär 17 19:56:13 CET 2007 [mika] ################################################################################ isutfenv() { @@ -19,9 +18,9 @@ if isutfenv ; then for ENV in `env | grep UTF` ; do eval export "$(echo $ENV | sed 's/UTF-8/iso885915/')" done - x-terminal-emulator + x-terminal-emulator $* else - x-terminal-emulator + x-terminal-emulator $* fi ## END OF FILE #################################################################