Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: yes Path: not-for-mail From: "Shelby Cain" 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: References: <3C8677A9 DOT 1090302 AT htw-dresden DOT de> <3C86F4B2 DOT 1DB8A60D AT htw-dresden DOT 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 AT quimby DOT gnus DOT 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" wrote in message news:3C86F4B2 DOT 1DB8A60D AT htw-dresden DOT 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/