projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47a398
)
Revert "Fix bracket expression matches a character at gawk"
author
Jan Kotas
<jkotas@microsoft.com>
Wed, 30 Mar 2016 21:32:52 +0000
(14:32 -0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Wed, 30 Mar 2016 21:32:52 +0000
(14:32 -0700)
generateversionscript.awk
patch
|
blob
|
history
diff --git
a/generateversionscript.awk
b/generateversionscript.awk
index 168d3984360e61f420c21e589782339e6939092c..d1c294be5818d1683ab2d925a6749374c906b735 100644
(file)
--- a/
generateversionscript.awk
+++ b/
generateversionscript.awk
@@
-8,7
+8,7
@@
BEGIN {
gsub(/\r/,"", $0);
# Skip empty lines and comment lines starting with semicolon
- if (NF && !match($0, /^[
[:space:]
]*;/))
+ if (NF && !match($0, /^[
:space:
]*;/))
{
print " " $0 ";";
}