iso-term: support additional arguments 1.0.13
authorMichael Prokop <mika@grml.org>
Mon, 3 Sep 2007 21:32:14 +0000 (23:32 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 3 Sep 2007 21:32:14 +0000 (23:32 +0200)
debian/changelog
usr_bin/iso-term

index 17c534b..7533186 100644 (file)
@@ -1,3 +1,10 @@
+grml-scripts (1.0.13) unstable; urgency=low
+
+  * iso-term: support additional arguments on the commandline so they
+    reach the final terminal
+
+ -- Michael Prokop <mika@grml.org>  Mon,  3 Sep 2007 23:31:41 +0200
+
 grml-scripts (1.0.12) unstable; urgency=low
 
   * dirvish-setup: check for existence of dialog as well
index 9a81976..e0ee5d7 100755 (executable)
@@ -19,9 +19,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 #################################################################