Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <006d01c0e363$23f80c60$520010ac@gerland2.cirec.com>
From: "Pierre Loic Herve" <pierloic@free.fr>
To: <cygwin@cygwin.com>
References: <5.0.2.1.0.20010523175752.03114e38@mail.netspace.net.au>
Subject: Re: Running shell scripts from Win NT (Ant)
Date: Wed, 23 May 2001 10:34:11 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-OriginalArrivalTime: 23 May 2001 08:31:04.0234 (UTC) FILETIME=[B49508A0:01C0E362]

Hi,

> To test that I can just run bash and a command on the command line I
tried:
>
> C:\>bash echo 'hello'
> echo: /usr/bin/echo: No such file or directory

Your example runs by doing it this way :

C:\>bash -c 'echo hello'
hello

C:\>

BUT why don't you launch your shell progs from a bash shell ? (cygwin
provides such a shell) :
//c/SourcesCVS> echo hello
hello
//c/SourcesCVS>

Bye.
--
Pierre Loic Herve



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

