commit bash-20150710 snapshot

This commit is contained in:
Chet Ramey
2015-07-29 16:15:40 -04:00
parent 118fb67074
commit bce12dd773
32 changed files with 8864 additions and 6050 deletions
+2
View File
@@ -726,6 +726,8 @@ printable_part (pathname)
if (temp == 0 || *temp == '\0')
return (pathname);
else if (temp[1] == 0 && temp == pathname)
return (pathname);
/* If the basename is NULL, we might have a pathname like '/usr/src/'.
Look for a previous slash and, if one is found, return the portion
following that slash. If there's no previous slash, just return the