commit bash-20131025 snapshot

This commit is contained in:
Chet Ramey
2013-11-05 11:33:42 -05:00
parent 39feef01a7
commit d76edd307c
52 changed files with 23403 additions and 6663 deletions
+1 -1
View File
@@ -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;