]> granicus.if.org Git - postgis/commitdiff
Jeff Adams: Removed not-really-necessary -m1 parameter from grep call because it...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Mar 2011 19:22:43 +0000 (19:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 18 Mar 2011 19:22:43 +0000 (19:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6933 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test

index db1e084dc8137570a5905d5420da97671a376c3c..6477418d0f4aec402d783db02f88214552127819 100755 (executable)
@@ -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.