Author: branden Date: 2005-08-02 15:16:44 -0500 (Tue, 02 Aug 2005) New Revision: 481
Modified: trunk/debian/xserver-xorg.init Log: "set" -e, don't "et" it. (I'm sure the shell isn't *that* hungry...) I don't guess anyone actually tested this script before checking it in, eh? :) Modified: trunk/debian/xserver-xorg.init =================================================================== --- trunk/debian/xserver-xorg.init 2005-08-02 20:14:26 UTC (rev 480) +++ trunk/debian/xserver-xorg.init 2005-08-02 20:16:44 UTC (rev 481) @@ -5,7 +5,7 @@ # description: Genererate X configuration at boot time # $Id$ -et -e +set -e GENERATE_XCFG_AT_BOOT= -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

