]> granicus.if.org Git - postgis/commitdiff
Remove quotes from PATH in regression Makefile, as it seems that the last MingW hack...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 30 Jul 2009 16:03:55 +0000 (16:03 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 30 Jul 2009 16:03:55 +0000 (16:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4338 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile.in

index 47572ffdc4ebc79a4b5d060bb9dc403ee9c06954..70648d26f1a82b4dd4086b764c0af5dc6a85ea72 100644 (file)
@@ -15,7 +15,7 @@ srcdir=$(shell pwd)
 # 
 # Put path from pg_config into front of search path
 #
-PATH := "$(PGSQL_BINDIR):$(PATH)"
+PATH := $(PGSQL_BINDIR):$(PATH)
 export PATH