git: dsynth - Allow empty env variable assignment

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Oct 29 10:28:18 PDT 2019


commit 9ed7494e3ba46b7039a050421d6d14aa141ddf7d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Oct 29 10:27:27 2019 -0700

    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

Summary of changes:
 usr.bin/dsynth/config.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ed7494e3ba46b7039a050421d6d14aa141ddf7d


-- 
DragonFly BSD source repository



More information about the Commits mailing list