Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19990423192540.21886.rocketmail@web115.yahoomail.com> Date: Fri, 23 Apr 1999 12:25:40 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: HELP! - Please To: "Stewart, Wayne" Cc: cygwin users MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Oh! This has to do with porting issues. To execute the script from cygtclsh80 you'll have to `sh -c /tmp/junk' and make sure that the DOS PATH can find sh.exe. --- "Stewart, Wayne" wrote: --8<-- > bash$ cat /tmp/junk > #!/bin/sh > > echo "Test executing a shell script from cygtclsh80" > bash$ /tmp/junk > Test executing a shell script from cygtclsh80 > bash$ ls -l /tmp/junk > -rwxr-xr-x 1 wstewa users 67 Apr 23 10:44 /tmp/junk > bash$ type cygtclsh80 > cygtclsh80 is hashed (/cygnus/CYGWIN~1/H-I586~1/bin/cygtclsh80) > bash$ cygtclsh80 > % /tmp/junk > couldn't execute "\tmp\junk": no such file or directory > % exec /tmp/junk > couldn't execute "\tmp\junk": no such file or directory > % exit > bash$ > --8<-- === "Earnie Boyd" CYGWIN RELATED HELP: DOCUMENTATION: DLLHELP: ARCHIVE SEARCH: OR _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com