Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <38A9B1CB.1EA35186@veritas.com>
Date: Tue, 15 Feb 2000 12:06:35 -0800
From: Bob McGowan <Robert.McGowan@veritas.com>
Organization: VERITAS Software
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: jskakkebaek@adomo.com
CC: cygwin@sourceware.cygnus.com
Subject: Re: running shell scripts
References: <NDBBLCOBBMBMLKOHDKBAKEMICEAA.jskakkebaek@adomo.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit

Jens,

Check the scripts' first line, the #! one.  Be sure that it reference
bash and that the path used is also correct.  
As in:  #!/bin/bash

Be sure you have a /bin/bash.exe for the above to work.

If these are correct, try running one of the scripts using the
following:

   bash -x script_name 2>&1 | tee script_dbg.txt

Depending on where the failure happens, you will see various amounts of
output on the screen.  It should stop at the point where the problem
exists, hopefully providing a clue about what it is looking for.

Bob

Jens Skakkebaek wrote:
> 
> Hi,
> 
> I'm trying to run the Postgres database from cygwin and have got the main
> database to work.
> However, there a number of shell scripts that I cant run.  E.g., I get a "no
> such file or directory" error when I tried to run some of the scripts. It
> prints out the path correctly, so that's not the problem.
> 
> Prefixing it with the full path does not help.
> 
> Any pointers would be greatly appreciated.
> 
> Thanks in advance,
> 
> Jens Skakkebaek
> jskakkebaek@adomo.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

