Failed: Installing Postgresql under Cygwin on win98se

Shelby Cain vhorit@email.msn.com
Thu Mar 7 14:57:00 GMT 2002


"Tom Lauren" <s2399@htw-dresden.de> wrote in message
news:3C86F4B2.1DB8A60D@htw-dresden.de...
> For example:
> CMDNAME=`basename $0`     -->says : not found. But, as  c.-l. it works.?!
It
> can´t do the command in `´?
>
> Or:
> stty -echo > /dev/null 2>&1      -->doesn´t recognize at all
>

Tom,

It sounds like the subsequent invoking of the shell isn't getting the proper
environment passed to it.  What happens when you do this:

$ set > main_env.txt
$ bash
$ set > child_env.txt
$ exit
$ diff main_env.txt child_env.txt

Regards,

Shelby Cain






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list