Re: [HACKERS] regress.sh

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] regress.sh
Дата
Msg-id 13989.929370174@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] regress.sh  (wieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] regress.sh  (wieck@debis.com (Jan Wieck))
Список 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 по дате отправления:

Предыдущее
От: "Patrick Welche"
Дата:
Сообщение: Re: [HACKERS] regress.sh
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Backend Cache Invalidation