From 7c92c196a31e58cc4e62004e6c39244b4ba38f56 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 3 Sep 2007 23:32:14 +0200 Subject: [PATCH] iso-term: support additional arguments --- debian/changelog | 7 +++++++ usr_bin/iso-term | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 ################################################################# -- 2.1.4