X-Spam-Check-By: sourceware.org
Message-Id: <1141049491.30632.255361001@webmail.messagingengine.com>
From: "Brett Serkez" <techie@serkez.net>
To: "Jukka Laurila" <jplauril@cc.hut.fi>, cygwin@cygwin.com
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-1"
MIME-Version: 1.0
References: <Pine.GSO.4.61.0602271508130.21622@vipunen.hut.fi>
Subject: Re: Can't execute shell script as wish subprocess, exes work
In-Reply-To: <Pine.GSO.4.61.0602271508130.21622@vipunen.hut.fi>
Date: Mon, 27 Feb 2006 09:11:31 -0500
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> I'm unable to run shell scripts in wish using
>
>    open [list | my-shell-script]
>
> The error I get is
>
> couldn't execute "my-shell-script": no such file or directory
>
> - the shell script is set as executable - it starts with "#!/bin/sh" -
> /bin/sh is executable - the directory where my-shell-script is is in
> PATH - running .exe's in that same directory in the same way works
> fine - using the command
>
>    open [list | sh my-shell-script]
>
> the shell script works fine.

It appears your PATH doesn't include the directory for my-shell-script.

If you changed:

open [list | my-shell-script]

to

open [list | /full/path/to/my-shell-script]

does it work?

If you display your path (echo $PATH) in my-shell-script, and run it
both ways, does it have different values?

Brett
----------------------------------------------------------------
Brett C. Serkez, Techie


--
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/

