From: Michael Prokop Date: Mon, 3 Sep 2007 21:32:14 +0000 (+0200) Subject: iso-term: support additional arguments X-Git-Tag: 1.0.13 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=7c92c196a31e58cc4e62004e6c39244b4ba38f56 iso-term: support additional arguments --- diff --git a/debian/changelog b/debian/changelog index 17c534b..7533186 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/usr_bin/iso-term b/usr_bin/iso-term index 9a81976..e0ee5d7 100755 --- a/usr_bin/iso-term +++ b/usr_bin/iso-term @@ -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 #################################################################