Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 28 Dec 2004 10:38:01 -0600 From: Brian Ford <ford AT vss DOT fsi DOT com> Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: cron.sh postinstall Message-ID: <Pine.CYG.4.58.0412281034240.4076@fordpc.vss.fsi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Trivial note to maintainer: Suggest mkdir -p for /var/cron/tabs to avoid cosmetic error message when the directory already exists: + mkdir /var/cron/tabs mkdir: cannot create directory `/var/cron/tabs': File exists You could then remove the mkdir -p of /var/cron for one less command ;-). Did you really mean to leave the set -x in? HTH -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/