* grml-x: use /bin/zsh as intepreter 0.3-13
authorMichael Prokop <mika@grml.org>
Wed, 25 Oct 2006 22:43:32 +0000 (00:43 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 25 Oct 2006 22:43:32 +0000 (00:43 +0200)
debian/changelog
grml-x

index a1560ba..21156fe 100644 (file)
@@ -1,6 +1,7 @@
 grml-x (0.3-13) unstable; urgency=low
 
   * Update /etc/X11/xorg.conf.vmware: use vmmouse.
+  * grml-x: use /bin/zsh as intepreter
 
  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 00:41:45 +0200
 
@@ -21,7 +22,7 @@ grml-x (0.3-11) unstable; urgency=low
 grml-x (0.3-10) unstable; urgency=low
 
   * Updated hsync/vsync documentation (thanks for hint, Martin
-    WΓΌrtele!) and improved usage information.
+    Wuertele!) and improved usage information.
 
  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 21:57:23 +0200
 
diff --git a/grml-x b/grml-x
index 8a55123..2501639 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -1,4 +1,4 @@
-#!/usr/bin/zsh
+#!/bin/zsh
 # Filename:      grml-x
 # Purpose:       wrapper for startx on grml [providing new xconfiguration tool]
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>