aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/makepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/makepath.c')
-rw-r--r--lib/sh/makepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/makepath.c b/lib/sh/makepath.c
index 43dbab2..ef01718 100644
--- a/lib/sh/makepath.c
+++ b/lib/sh/makepath.c
@@ -94,7 +94,7 @@ sh_makepath (path, dir, flags)
MAKEDOT();
}
else if ((flags & MP_IGNDOT) && path[0] == '.' && (path[1] == '\0' ||
- path[1] == '/' && path[2] == '\0'))
+ (path[1] == '/' && path[2] == '\0')))
{
xpath = nullpath;
pathlen = 0;