From owner-freebsd-questions Wed Aug 8 15:12:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id ADE1537B401 for ; Wed, 8 Aug 2001 15:12:35 -0700 (PDT) (envelope-from markhannon@optushome.com.au) Received: from co3045456-a.sunsh1.vic.optushome.com.au ([203.164.32.100]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010808221234.QYWH4715.mss.rdc2.nsw.optushome.com.au@co3045456-a.sunsh1.vic.optushome.com.au>; Thu, 9 Aug 2001 08:12:34 +1000 Received: (from nobody@localhost) by co3045456-a.sunsh1.vic.optushome.com.au (8.11.3/8.11.0) id f78MCZK25479; Thu, 9 Aug 2001 08:12:35 +1000 (EST) (envelope-from markhannon@optushome.com.au) X-Authentication-Warning: doorway.home.lan: nobody set sender to markhannon@optushome.com.au using -f To: Drew Tomlinson Subject: Re: How To Debug Scripts? Message-ID: <997308752.3b71b9501e993@doorway.homeip.net> Date: Thu, 09 Aug 2001 08:12:32 +1000 (EST) From: Mark Hannon Cc: "FreeBSD Questions (E-mail)" References: <5CD46247635BD511B6B100A0CC3F023925A052@ldcmsx01.lc.ca.gov> In-Reply-To: <5CD46247635BD511B6B100A0CC3F023925A052@ldcmsx01.lc.ca.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.5 X-Originating-IP: 203.61.155.10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > writing the script to use the standard /bin/sh (this is the way I should > Alphas. In that OS, there's a command called "set verify" that prints Change the first line of your script to #!/bin/sh -x where the -x will trace everything. /mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message