Re: [HACKERS] regress.sh

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jwieck(at)debis(dot)com (Jan Wieck)
Cc: prlw1(at)cam(dot)ac(dot)uk, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] regress.sh
Date: 1999-06-14 14:22:54
Message-ID: 13989.929370174@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

wieck(at)debis(dot)com (Jan Wieck) writes:
> Is it required that variables local in regress.sh have upper
> case? If so, why?

Nope, you just plain broke it. The only use of the script's $1
parameter is *above* where you inserted portname=$1 (the test to
see if on windows).

The $1 in the awk script is awk's own meaning of $1. Since it is
inside single quotes, the shell doesn't substitute for it.

I strongly suggest patching this before 6.5 ...

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-14 14:40:26 Re: [HACKERS] Backend Cache Invalidation
Previous Message Patrick Welche 1999-06-14 14:22:09 Re: [HACKERS] regress.sh