From 732500cbca8fc5fb52afd402bf1edcffe5a37e8a Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 18 Mar 2011 19:22:43 +0000 Subject: [PATCH] Jeff Adams: Removed not-really-necessary -m1 parameter from grep call because it does not work on MingW. git-svn-id: http://svn.osgeo.org/postgis/trunk@6933 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/run_test b/regress/run_test index db1e084dc..6477418d0 100755 --- a/regress/run_test +++ b/regress/run_test @@ -328,7 +328,7 @@ run_loader_test () # See if there is a custom command-line options file _custom_opts="" if [ -r ${TEST}.opts ]; then - _custom_opts=`grep -v -m1 ^\s*# ${TEST}.opts` + _custom_opts=`grep -v ^\s*# ${TEST}.opts` fi # If we have some expected files to compare with, run in wkt mode. -- 2.50.1