aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/sh.c')
-rw-r--r--toys/pending/sh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/pending/sh.c b/toys/pending/sh.c
index dffa514c..2ca2aa01 100644
--- a/toys/pending/sh.c
+++ b/toys/pending/sh.c
@@ -1053,7 +1053,7 @@ static char *declarep(struct sh_vars *var)
}
*out = 0;
- return ss;
+ return ss;
}
// Skip past valid prefix that could go before redirect
@@ -1621,7 +1621,7 @@ int do_wildcard_files(struct dirtree *node)
lvl = ll;
patend = wildcard_path(TT.wcpat, pattern-TT.wcpat, TT.wcdeck, &ll, 1);
- // Don't include . entries unless explicitly asked for them
+ // Don't include . entries unless explicitly asked for them
if (*node->name=='.' && *pattern!='.') return 0;
// Don't descend into non-directory (was called with DIRTREE_SYMFOLLOW)
@@ -4693,7 +4693,7 @@ void local_main(void)
if (ff->vars) break;
}
- // list existing vars (todo:
+ // list existing vars (todo:
if (!toys.optc) {
for (var = ff->vars; var; var++) xputs(var->str); // TODO escape
return;