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