Remove long gone X11R6 from PATH
authorChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 08:42:33 +0000 (09:42 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 08:42:33 +0000 (09:42 +0100)
grml-autoconfig

index 7ef820e..30f496d 100755 (executable)
@@ -32,7 +32,7 @@ fi
 # }}}
 
 # {{{ path, signals, umask, zsh, colors
-export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin"
+export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
 umask 022
 # Ignore these signals: INT, TERM, SEGV
 trap "" 2 3 11