NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/55057: config(1) processing of elif{,n}def broken



The following reply was made to PR bin/55057; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/55057: config(1) processing of elif{,n}def broken
Date: Sat, 7 Mar 2020 10:17:38 -0800 (PST)

 Cleaner version of the work-around...
 
 
  	if attr1
  		defflag X
  	else
  	if attr2
  		defflag Y
  	else
  		defflag Y : Z
  	endif
  	endif
 
 +--------------------+--------------------------+-----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
 +--------------------+--------------------------+-----------------------+
 


Home | Main Index | Thread Index | Old Index