summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/config/config.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 430bbf0..808b673 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -261,6 +261,7 @@ Mkopt_list:
Mkoption:
Save_id { newopt(&mkopt, $1, ns(""), 0); } |
+ Save_id EQUALS { newopt(&mkopt, $1, ns(""), 0); } |
Save_id EQUALS Opt_value { newopt(&mkopt, $1, $3, 0); } |
Save_id PLUSEQUALS Opt_value { newopt(&mkopt, $1, $3, 1); } ;
OpenPOWER on IntegriCloud