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 "$@"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"