On Wed, Oct 09, 2019 at 01:34:34PM +0800, Murphy Zhou wrote: > Awk 5.0.1 is complaining about this backslash and causing false alarm > like this: > warning: regexp escape sequence '\#' is not a known regexp operator > > This fix works fine with Awk 3.1.7 , 4.0.2 , 4.2.1 and 5.0.1. This > backslash is not necessary. > > Signed-off-by: Murphy Zhou <jencce.kernel@xxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>