mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_lib_dgen: fix warning
@ 2019-05-09 11:15 Christian Hermann
  0 siblings, 0 replies; only message in thread
From: Christian Hermann @ 2019-05-09 11:15 UTC (permalink / raw)
  To: ptxdist

As experienced with gawk 5.0.0, `#` is needlessly escaped.

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 scripts/lib/ptxd_lib_dgen.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index f7143c028..f18648feb 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -55,7 +55,7 @@ FNR == 1 {
 #
 # skip comments and empty lines
 #
-/^\#|^$/ {
+/^#|^$/ {
 	next;
 }
 
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-09 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-09 11:15 [ptxdist] [PATCH] ptxd_lib_dgen: fix warning Christian Hermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox