From cd06f6e06568c973cbb68bdc78390115393c29b4 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 9 May 2010 17:15:26 +0000 Subject: [PATCH] Fix error in comment. --- tools/regression/bin/sh/builtins/var-assign2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/bin/sh/builtins/var-assign2.0 b/tools/regression/bin/sh/builtins/var-assign2.0 index 8485df8629b6..b7dbaf78c2ab 100644 --- a/tools/regression/bin/sh/builtins/var-assign2.0 +++ b/tools/regression/bin/sh/builtins/var-assign2.0 @@ -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 "$@"