delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <20060227203006.84855.qmail@web30602.mail.mud.yahoo.com> |
Date: | Mon, 27 Feb 2006 15:30:06 -0500 (EST) |
From: | Martin <linkscrazy AT yahoo DOT com> |
Subject: | Re: Can't execute shell script as wish subprocess, exes work |
To: | cygwin AT cygwin DOT com |
In-Reply-To: | <Pine.GSO.4.61.0602271508130.21622@vipunen.hut.fi> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
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 |
Note-from-DJ: | This may be spam |
--- Jukka Laurila <jplauril AT cc DOT hut DOT fi> wrote: > Hi all, > > 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. > > Ideas? > > -- > 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/ > > wish shell distributed with cygwin is not a cygwin app, it is a windows app. So, it doesn't know anything about #! syntax. Try exec sh -c <script> or open | sh -c <script>. Martin __________________________________________________________ Find your next car at http://autos.yahoo.ca -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |