]> 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:09 +0000 (16:03 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 30 Jul 2009 16:03:09 +0000 (16:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4337 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile.in

index f68bc023a467c3911e0c10696c7637cb32fdd024..f7ab74d98bb73be92bd326a4cffb70cb320ad0f7 100644 (file)
@@ -13,7 +13,7 @@ PGSQL_BINDIR=$(shell pushd "@PGSQL_BINDIR@" > /dev/null && pwd && popd > /dev/nu
 # 
 # Put path from pg_config into front of search path
 #
-PATH := "$(PGSQL_BINDIR):$(PATH)"
+PATH := $(PGSQL_BINDIR):$(PATH)
 export PATH