]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r338120: config(8): Allow escape-quoted empty strings
authorkevans <kevans@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Aug 2018 02:20:09 +0000 (02:20 +0000)
committerkevans <kevans@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Aug 2018 02:20:09 +0000 (02:20 +0000)
commit9a982e4b21310f80275e5ab4868e36201e16c553
tree0933438b583537da8fed505f4522d30d7ae8f7d4
parent8300e60f6b7a5c833375eee08b4a4b798faaabf9
MFC r338120: config(8): Allow escape-quoted empty strings

For use with things like BOOT_TAG=\"\" -- there are valid reasons to allow
empty strings, especially as these are usually being passed through as
options. The same argument could perhaps be made for the unquoted
variant in things like MODULES_OVERRIDE="", but it's not immediately clear
that this is an issue so I've left it untouched.

git-svn-id: svn://svn.freebsd.org/base/stable/10@338229 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/config/lang.l