mirror of
https://github.com/curl/curl.git
synced 2026-06-04 14:04:16 +03:00
Reinstate hiding aclocal 'underquoted definition' warnings.
This commit is contained in:
parent
7f2999aa43
commit
7a588144b7
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ if ($CVS) {
|
|||
open(F, "./buildconf 2>&1 |") or die;
|
||||
open(LOG, ">$buildlog") or die;
|
||||
while (<F>) {
|
||||
next if /warning: underquoted definition of/;
|
||||
print;
|
||||
print LOG;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue