quickconfig/030-wm.sh: Do not reset environment in su command line.
authorMichael Prokop <mika@grml.org>
Fri, 5 Mar 2010 00:28:07 +0000 (01:28 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 5 Mar 2010 00:28:07 +0000 (01:28 +0100)
debian/changelog
quickconfig/030-wm.sh

index 4ed02a0..228a4f3 100644 (file)
@@ -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 <mika@grml.org>  Fri, 05 Mar 2010 01:27:42 +0100
+
 grml-quickconfig (0.3) unstable; urgency=low
 
   * Drop the "Happy Hacking" output.
index be376ed..7bfcaf9 100644 (file)
@@ -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
 }