From: Karel Zak Date: Tue, 31 Oct 2023 11:56:21 +0000 (+0100) Subject: libsmartcols: accept also '/' in column name for filters X-Git-Tag: v2.40-rc1~151^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eebca514a0b42f39eec8ddea7f881ccb442c43d;p=thirdparty%2Futil-linux.git libsmartcols: accept also '/' in column name for filters Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/filter-scanner.l b/libsmartcols/src/filter-scanner.l index e3ee26f7a7..1c06e8e7c9 100644 --- a/libsmartcols/src/filter-scanner.l +++ b/libsmartcols/src/filter-scanner.l @@ -4,7 +4,7 @@ %option reentrant bison-bridge noyywrap noinput nounput -id [a-zA-Z][a-zA-Z_.%:\-0-9]* +id [a-zA-Z][a-zA-Z_.%:/\-0-9]* int [0-9]+ blank [ \t] str_qu \"[^\"\n]*\"