summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/cf-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index dadc833..954ad6b 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -134,7 +134,7 @@ WHITE [ \t]
return SYM;
}
-<CLI>! {
+<CLI>(.|\n) {
BEGIN(INITIAL);
return CLI_MARKER;
}