Add hpux patch for cpp.
This commit is contained in:
parent
64e35e1468
commit
2201d48ccd
@ -10,7 +10,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.11 1998/04/20 18:11:42 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.12 1998/04/21 16:18:30 momjian Exp $
|
||||
#
|
||||
# NOTES
|
||||
# non-essential whitespace is removed from the generated file.
|
||||
@ -23,7 +23,7 @@ trap "rm -f /tmp/genbki.tmp" 0 1 2 3 15
|
||||
# make sure it is empty
|
||||
>/tmp/genbki.tmp
|
||||
|
||||
PATH=$PATH:/lib:/usr/ccs/lib # to find cpp
|
||||
PATH=$PATH:/lib:/usr/ccs/lib:/usr/ccs/lbin # to find cpp
|
||||
cpp /dev/null >/dev/null
|
||||
if [ "$?" -ne 0 ]
|
||||
then echo "Can't find cpp. Exiting." 1>&2
|
||||
|
Loading…
Reference in New Issue
Block a user