dsynth - Allow empty env variable assignment
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Oct 2019 17:27:27 +0000 (10:27 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Oct 2019 17:27:27 +0000 (10:27 -0700)
commit9ed7494e3ba46b7039a050421d6d14aa141ddf7d
treef0ccefb0f988e35d4f3beaf7b6df0859d7fe0967
parent60374ee737a54737c84ce87a466edbf6457dbbda
dsynth - Allow empty env variable assignment

* The parser was improperly complaining about empty env variable
  assignments.  Allow the case.

* Allows e.g. STRIP=

Reported-by: yellowrabbit2010
usr.bin/dsynth/config.c