diff options
Diffstat (limited to 'v4l/scripts/do_merge.pl')
-rwxr-xr-x | v4l/scripts/do_merge.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/do_merge.pl b/v4l/scripts/do_merge.pl index 1ceb0ce75..0a4433a21 100755 --- a/v4l/scripts/do_merge.pl +++ b/v4l/scripts/do_merge.pl @@ -153,7 +153,7 @@ if ($n_heads == 2) { # Test resulting tree print "Testing if the build didn't break compilation. Only errors and warnings will be displayed. Please wait.\n"; -$ret = system ('make all|grep -v "^ CC"|grep -v "^ LD"'); +$ret = system ('make all|egrep -v "^\s*CC"|egrep -v "^\s*LD"'); if ($ret) { print "Build failed. Can't procceed.\n"; |