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: Tom Lauren Newsgroups: gmane.os.cygwin Subject: Re: Failed: Installing Postgresql under Cygwin on win98se Date: Sat, 09 Mar 2002 03:04:22 +0100 Lines: 65 Message-ID: <3C896DA5.B395D5FE@htw-dresden.de> References: <3C8677A9 DOT 1090302 AT htw-dresden DOT de> <3C86F4B2 DOT 1DB8A60D AT htw-dresden DOT de> NNTP-Posting-Host: rempc51.rz.htw-dresden.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: quimby.gnus.org 1015638878 17359 141.56.212.51 (9 Mar 2002 01:54:38 GMT) X-Complaints-To: usenet AT quimby DOT gnus DOT org NNTP-Posting-Date: 9 Mar 2002 01:54:38 GMT X-Mailer: Mozilla 4.7 [de]C-CCK-MCD QXW0322s (Win98; I) X-Accept-Language: de,en Shelby, > What happens when you do this: ________here we go:__________________ $ set > paps $ bash $ set > kid $ exit exit $ diff paps kid 4c4 < BASH=/usr/bin/bash --- > BASH=/bin/bash 34d33 < OLDPWD=/usr/bin 40,41c39 < PIPESTATUS=([0]="0") < PPID=1 --- > PPID=370815 49c47 < SHLVL=1 --- > SHLVL=2 57,58c55 < _=unknown < i=/etc/profile.d/openssl.sh --- > _=bash ___________EOT____________________ Further, iŽd like to include the {.}profile: {btw, does the . make trouble somewhere, sometimes the point is used, sometimes not? } ___________________________________ PATH="/bin:/usr/local/bin:/usr/bin:/bin:$PATH" USER="`id -un`" if [ -z "$HOME" ]; then HOME="/home/$USER" fi if [ ! -d "$HOME" ]; then mkdir -p "$HOME" fi export HOME USER for i in /etc/profile.d/*.sh ; do if [ -f $i ]; then . $i fi done export MAKE_MODE=unix export PS1='\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' cd "$HOME" __________EOT___________________ Tom p.s. mind my other posting @Jason -- 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/