Skip to content
Snippets Groups Projects
Commit 1f5191ef authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Cope with configure arguments that contain spaces.

parent e7c56392
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# Author: Peter Eisentraut <peter_e@gmx.net>
# Public domain
# $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 $
me=`basename $0`
......@@ -15,7 +15,7 @@ me=`basename $0`
val_bindir='@bindir@'
val_includedir='@includedir@'
val_libdir='@libdir@'
val_configure='@configure@'
val_configure="@configure@"
val_version='@version@'
help="\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment