Eric Richardson wrote:
> Hi Steven,
>
> I'm not a NT guy but if cygnus can't make the .sh file executable, you can go
> to explorer and right click on the file and change the properties to make it
> executable.
>
> I also found that the
> #!/bin/sh
> pragma in the top of the file doesn't work. I found that changing to
> #!bash "or sh"
> works. Can't remember which-you could try both
>
People at Cygnus do recommend to create a /bin directory in the default drive, and
to put there sh.exe (or a symbolic link to bash.exe). This is because a lot of
programs expect that /bin/sh exists. I have done this myself.
>
> Hope this helps,
> eric :-)
>
> Alexandre Lefebvre wrote:
>
> > ------------------------------------------------------------------------
> >
> > Subject: GenIc, newBean
> > Date: Sun, 4 Jun 2000 10:49:42 -0400
> > From: "Steven Funston" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> >
> > Can someone give me a pointer as to how to make these tools accessible via
> > NT.
> >
> > I assumed that I only needed to make these two files executable for them to
> > work properly. I have Cygnus (Unix emulator), but for some reason the chmod
> > does not work as expected (as it would in its native env.)
> >
> > Any help would be appreciated.
>
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".