Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: yes
Path: not-for-mail
From: "Shelby Cain" <vhorit@email.msn.com>
Newsgroups: gmane.os.cygwin
Subject: Re: Failed: Installing Postgresql under Cygwin on win98se
Date: Thu, 7 Mar 2002 12:22:59 -0600
Lines: 29
Message-ID: <a68olg$a2h$1@quimby.gnus.org>
References: <3C8677A9.1090302@htw-dresden.de> <a66cur$do1$1@quimby2.netfonds.no> <3C86F4B2.1DB8A60D@htw-dresden.de>
NNTP-Posting-Host: 12-239-91-195.client.attbi.com
X-Trace: quimby.gnus.org 1015539184 10321 12.239.91.195 (7 Mar 2002 22:13:04 GMT)
X-Complaints-To: usenet@quimby.gnus.org
NNTP-Posting-Date: 7 Mar 2002 22:13:04 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300


"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/

