[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Fri Jan 14 13:35:06 EST 2005


Module Name:	sudo
Committed By:	millert
Date:		Fri Jan 14 18:35:06 UTC 2005

Modified Files:
	sudo: configure.in

Log Message:
Replace:
    test -n "$FOO" || FOO="bar"

With:
    : ${FOO='bar'}


To generate a diff of this commit:
cvs rdiff -r1.439 -r1.440 sudo/configure.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the sudo-commits mailing list