This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can't execute shell script as wish subprocess, exes work


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]