]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338120: config(8): Allow escape-quoted empty strings
authorkevans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 02:19:00 +0000 (02:19 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 02:19:00 +0000 (02:19 +0000)
commit70ce85193071655cf67f33e4d7bbbe76e262e5aa
tree2e1f876dc38cdbf2c7bea748ad7a12a36e0c9e43
parent24eeeec9837c397f3dcdd8d7f6e68d2eb8114852
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.
usr.sbin/config/lang.l