Bash-4.1 patchlevel 11

This commit is contained in:
Chet Ramey
2011-11-21 20:57:16 -05:00
parent 0001803f0b
commit 30d188c293
12 changed files with 49 additions and 15 deletions
+1 -2
View File
@@ -7481,7 +7481,7 @@ decode_prompt_string (string)
{
t = strrchr (t_string, '/');
if (t)
strcpy (t_string, t + 1);
memmove (t_string, t + 1, strlen (t));
}
}
#undef ROOT_PATH
@@ -8243,4 +8243,3 @@ set_line_mbstate ()
}
}
#endif /* HANDLE_MULTIBYTE */