From: Michael Prokop Date: Wed, 25 Oct 2006 22:43:32 +0000 (+0200) Subject: * grml-x: use /bin/zsh as intepreter X-Git-Tag: 0.3-13 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=6b44cad69f9d925f8864064052b51fb5e153fda7 * grml-x: use /bin/zsh as intepreter --- diff --git a/debian/changelog b/debian/changelog index a1560ba..21156fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Thu, 27 Jul 2006 21:57:23 +0200 diff --git a/grml-x b/grml-x index 8a55123..2501639 100755 --- 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