From 081d56e68cb31011ae93f24c1dfb3d8fac250e8f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Mar 2010 01:28:07 +0100 Subject: [PATCH] quickconfig/030-wm.sh: Do not reset environment in su command line. --- debian/changelog | 7 +++++++ quickconfig/030-wm.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ed02a0..228a4f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-quickconfig (0.4) unstable; urgency=low + + * quickconfig/030-xorg.sh: Do not reset environment in su command line + so e.g. $DISTRI is exported to X session. [Closes: gf-issue58] + + -- Michael Prokop Fri, 05 Mar 2010 01:27:42 +0100 + grml-quickconfig (0.3) unstable; urgency=low * Drop the "Happy Hacking" output. diff --git a/quickconfig/030-wm.sh b/quickconfig/030-wm.sh index be376ed..7bfcaf9 100644 --- a/quickconfig/030-wm.sh +++ b/quickconfig/030-wm.sh @@ -77,7 +77,7 @@ wm_menu() { get_key INPUT case $INPUT in [${(k)available}]) - run su - grml -c "grml-x ${available[$INPUT]}" + run su grml -c "grml-x ${available[$INPUT]}" ;; esac } -- 2.1.4