]> granicus.if.org Git - postgis/commitdiff
Replace " with ' in mingw pwd call
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 7 Mar 2012 19:31:38 +0000 (19:31 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 7 Mar 2012 19:31:38 +0000 (19:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9422 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 626e3c0237dfadfb4cef8ae183345ecd2dec77a2..a21ed0d13ef188406bc06b1b6e593f1fcd693eb9 100644 (file)
@@ -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"