Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 10 Jun 2002 15:43:34 +0200
From: Mathias Gygax <mg@trash.net>
To: cygwin@cygwin.com
Subject: Re: running shell scripts
Message-ID: <20020610134334.GC18671@chiba.dyndns.org>
Mail-Followup-To: cygwin@cygwin.com
References: <076e01c21059$1cfd6ee0$0200a8c0@weiss>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <076e01c21059$1cfd6ee0$0200a8c0@weiss>
User-Agent: Mutt/1.3.28i

On Mon, Jun 10, 2002 at 10:30:32AM +0200, Steven Weiss wrote:
> Hi

hi there,

> bash: ./work: No such file or directory
> 
> I am trying to running a shell script from an interactive bash
> session. I get the following error when running the shell script. It
> seems to work when I put the #! /cygwin/bin/bash inside the script.
> Surely the script should run with the execute permissions set as they
> are.

that's the way it works. the first shee-bang line topmost, is the
associated interpreter. it could be just anything, from a shell script
to awk program.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

