summaryrefslogtreecommitdiff
path: root/sh.exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.exp.c')
-rw-r--r--sh.exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.exp.c b/sh.exp.c
index 9d85e0bd159c..f9e92c515382 100644
--- a/sh.exp.c
+++ b/sh.exp.c
@@ -634,7 +634,7 @@ filetest(Char *cp, Char ***vp, int ignore)
struct passwd *pw;
struct group *gr;
- while(any(FILETESTS, *++ft))
+ while (any(FILETESTS, *++ft))
continue;
if (!*ft && *(ft - 1) == 'L')