]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274924, r274936:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Dec 2014 03:19:04 +0000 (03:19 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Dec 2014 03:19:04 +0000 (03:19 +0000)
commit690731a46540e4647b3613204e5fc3d4cdf83b65
tree495574a24c55afa738544ccc6490c75e428103b1
parent85c38fd3a39626e1b380bf6ecbf222b73550352b
MFC r274924, r274936:

  Consider the negation operator (!) to be a word even if it is not followed
  by whitespace.  This allows "optional !foo" which is what most programmers
  are naturally going to tend to do as opposed to "optional ! foo".

  Fix the negation (!) operator so that it binds only to the word that
  immediately follows it.

git-svn-id: svn://svn.freebsd.org/base/stable/10@276280 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/config/main.c
usr.sbin/config/mkmakefile.c