Skip to content

Commit

Permalink
Do not use invalid awk hash escape any more
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Aug 1, 2022
1 parent 791267a commit de4611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/readproperties.awk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BEGIN {
v="";
c=0; # Not a line continuation.
}
/^\#/ { # The line is a comment. Breaks line continuation.
/^#/ { # The line is a comment. Breaks line continuation.
c=0;
next;
}
Expand Down

0 comments on commit de4611d

Please sign in to comment.