We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e35e1 commit 2201d48Copy full SHA for 2201d48
src/backend/catalog/genbki.sh
@@ -10,7 +10,7 @@
10
#
11
12
# IDENTIFICATION
13
-# $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 $
14
15
# NOTES
16
# non-essential whitespace is removed from the generated file.
@@ -23,7 +23,7 @@ trap "rm -f /tmp/genbki.tmp" 0 1 2 3 15
23
# make sure it is empty
24
>/tmp/genbki.tmp
25
26
-PATH=$PATH:/lib:/usr/ccs/lib # to find cpp
+PATH=$PATH:/lib:/usr/ccs/lib:/usr/ccs/lbin # to find cpp
27
cpp /dev/null >/dev/null
28
if [ "$?" -ne 0 ]
29
then echo "Can't find cpp. Exiting." 1>&2
0 commit comments