summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.c
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2006-02-04 14:37:50 +0000
committerschweikh <schweikh@FreeBSD.org>2006-02-04 14:37:50 +0000
commit627562241f7935df08be6f0a0d83eafaeeaaa7fa (patch)
treef793fda2159b9172a3c672b33b6eb8a4896c0909 /bin/sh/eval.c
parentf8e9593b7e7c0cae673213ec132e6b7fbd97b4ea (diff)
downloadFreeBSD-src-627562241f7935df08be6f0a0d83eafaeeaaa7fa.zip
FreeBSD-src-627562241f7935df08be6f0a0d83eafaeeaaa7fa.tar.gz
Remove some white space at EOL.
Diffstat (limited to 'bin/sh/eval.c')
-rw-r--r--bin/sh/eval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index 031cab3..9d92416 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -671,15 +671,15 @@ evalcommand(union node *cmd, int flags, struct backcmd *backcmd)
for (sp = varlist.list ; sp ; sp = sp->next)
if (strncmp(sp->text, PATH, sizeof(PATH) - 1) == 0) {
path = sp->text + sizeof(PATH) - 1;
- /*
+ /*
* On `PATH=... command`, we need to make
* sure that the command isn't using the
* non-updated hash table of the outer PATH
- * setting and we need to make sure that
+ * setting and we need to make sure that
* the hash table isn't filled with items
* from the temporary setting.
*
- * It would be better to forbit using and
+ * It would be better to forbit using and
* updating the table while this command
* runs, by the command finding mechanism
* is heavily integrated with hash handling,
OpenPOWER on IntegriCloud