svn commit: r207825 - head/tools/regression/bin/sh/builtins

Jilles Tjoelker jilles at FreeBSD.org
Sun May 9 17:15:27 UTC 2010


Author: jilles
Date: Sun May  9 17:15:26 2010
New Revision: 207825
URL: http://svn.freebsd.org/changeset/base/207825

Log:
  Fix error in comment.

Modified:
  head/tools/regression/bin/sh/builtins/var-assign2.0

Modified: head/tools/regression/bin/sh/builtins/var-assign2.0
==============================================================================
--- head/tools/regression/bin/sh/builtins/var-assign2.0	Sun May  9 17:10:50 2010	(r207824)
+++ head/tools/regression/bin/sh/builtins/var-assign2.0	Sun May  9 17:15:26 2010	(r207825)
@@ -40,7 +40,7 @@ UTILS="alias,\
 
 set -e
 
-# With 'command', variable assignments affect the shell environment.
+# With 'command', variable assignments do not affect the shell environment.
 
 set -- ${SPECIAL}
 for cmd in "$@"


More information about the svn-src-head mailing list