From 85462952c81fcc4de213d78aa74f2285a5882441 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 7 Mar 2012 19:31:38 +0000 Subject: [PATCH] Replace " with ' in mingw pwd call git-svn-id: http://svn.osgeo.org/postgis/trunk@9422 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 626e3c023..a21ed0d13 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ dnl for in-place regression tests dnl case $host_os in *mingw*) - PWDREGRESS="bash -c \"pwd -W\"" + PWDREGRESS="bash -c 'pwd -W'" ;; *) PWDREGRESS="pwd" -- 2.50.1