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 e7c5639 commit 1f5191eCopy full SHA for 1f5191e
src/bin/pg_config/pg_config.sh
@@ -7,15 +7,15 @@
7
# Author: Peter Eisentraut <peter_e@gmx.net>
8
# Public domain
9
10
-# $Header: /cvsroot/pgsql/src/bin/pg_config/Attic/pg_config.sh,v 1.2 2000/11/11 22:59:47 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_config/Attic/pg_config.sh,v 1.3 2001/05/13 00:12:05 petere Exp $
11
12
me=`basename $0`
13
14
# stored configuration values
15
val_bindir='@bindir@'
16
val_includedir='@includedir@'
17
val_libdir='@libdir@'
18
-val_configure='@configure@'
+val_configure="@configure@"
19
val_version='@version@'
20
21
help="\
0 commit comments