diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/cf-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index ce2ce40..edca7a2 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -157,7 +157,7 @@ WHITE [ \t] return CLI_MARKER; } -[={}:;,.()+*/%<>~\[\]?!-] { +[={}:;,.()+*/%<>~\[\]?!\|-] { return yytext[0]; } |