Re: [PORTS] QNX4 port - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: [PORTS] QNX4 port
Date
Msg-id 199912211654.LAA05455@candle.pha.pa.us
Whole thread Raw
In response to Re: [PORTS] QNX4 port  ("Kardos, Dr. Andreas" <kardos@repas-aeg.de>)
List 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 by date:

Previous
From: Dan Rosner
Date:
Subject: Re: [PORTS] Windows NT binary
Next
From: "Michael R. Davis"
Date:
Subject: initdb error on Solaris 2.6