Re: [HACKERS] regress.sh - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] regress.sh
Date
Msg-id 13989.929370174@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] regress.sh  (wieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] regress.sh  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
wieck@debis.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


pgsql-hackers by date:

Previous
From: "Patrick Welche"
Date:
Subject: Re: [HACKERS] regress.sh
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Backend Cache Invalidation