Bash-4.3 distribution sources and documentation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user