X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fiso-term;h=9eee0628a66c5740661a66e7511b1b127bd4852c;hb=c4004ce5be013ef7ab40d1c82212043236a10d6a;hp=9a819766a7082a7888d34c563bdecc92ea2c0584;hpb=d6b26ce3b8ffa721052bfb0eebc546ac9a63e5f9;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 #################################################################