#
#
# 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.
# 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