Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40453 Details for
Bug 65410
bash-3.0 multiline PS1 bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch formatted for ebuild
bash-3.0-multiline-prompt.patch (text/plain), 1.07 KB, created by
Guillaume Castagnino
on 2004-09-26 08:25:37 UTC
(
hide
)
Description:
The patch formatted for ebuild
Filename:
MIME Type:
Creator:
Guillaume Castagnino
Created:
2004-09-26 08:25:37 UTC
Size:
1.07 KB
patch
obsolete
>--- lib/readline/display.c.orig 2004-09-26 17:21:41.409981040 +0200 >+++ lib/readline/display.c 2004-09-26 17:22:11.441415568 +0200 >@@ -349,14 +349,14 @@ > local_prompt = expand_prompt (p, &prompt_visible_length, > &prompt_last_invisible, > (int *)NULL, >- (int *)NULL); >+ &prompt_physical_chars); > c = *t; *t = '\0'; > /* The portion of the prompt string up to and including the > final newline is now null-terminated. */ > local_prompt_prefix = expand_prompt (prompt, &prompt_prefix_length, > (int *)NULL, > &prompt_invis_chars_first_line, >- &prompt_physical_chars); >+ (int *)NULL); > *t = c; > return (prompt_prefix_length); > } >--- patchlevel.h.orig 2004-09-26 17:21:24.006626752 +0200 >+++ patchlevel.h 2004-09-26 17:21:28.876886360 +0200 >@@ -25,6 +25,6 @@ > regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh > looks for to find the patch level (for the sccs version string). */ > >-#define PATCHLEVEL 0 >+#define PATCHLEVEL 2 > > #endif /* _PATCHLEVEL_H_ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65410
: 40453 |
40454