| Index: third_party/lcov/bin/updateversion.pl
|
| diff --git a/third_party/lcov/bin/updateversion.pl b/third_party/lcov/bin/updateversion.pl
|
| index 49f639a2ead244cb312c76791b31c8450ee1ce2f..55f2bc1dd9a0dead1d8d3ff7216ac8827ec96758 100755
|
| --- a/third_party/lcov/bin/updateversion.pl
|
| +++ b/third_party/lcov/bin/updateversion.pl
|
| @@ -93,7 +93,7 @@ sub update_bin_tool($)
|
| open(OUT, ">$filename.new") ||
|
| die("Error: cannot create $filename.new\n");
|
| while (<IN>) {
|
| - s/(our\s+\$lcov_version\s*=\s*\").*(\".*)$/$1LCOV version $version$2/g;
|
| + s/(our\s+\$lcov_version\s*=\s*["']).*(["'].*)$/$1LCOV version $version$2/g;
|
| print(OUT $_);
|
| }
|
| close(OUT);
|
|
|