Re: [PORTS] QNX4 port
От | Bruce Momjian |
---|---|
Тема | Re: [PORTS] QNX4 port |
Дата | |
Msg-id | 199912211654.LAA05455@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: [PORTS] QNX4 port ("Kardos, Dr. Andreas" <kardos@repas-aeg.de>) |
Список | pgsql-ports |
> > > > if test "$GUESS" > > then TEMPLATE="$GUESS" > > else > > # Last chance ... maybe uname -s will match an entry. > > TEMPLATE=`uname -s | tr A-Z a-z` > > fi > > > >and tries to guess the platform this way. My guess is that this would > >catch qnx. > > > As I have written above this unfortunately doesn't work on QNX. It catches > "QNX" but not "qnx". I have tried it. Use > TEMPLATE=`uname -s | tr [A-Z] [a-z]` > or > TEMPLATE=`uname -s | tr [:upper:] [:lower:]` > instead. OK, fixed. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
В списке pgsql-ports по дате отправления: