Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498222 - app-shells/bash : patch to fix \w in $PS1 issue
Summary: app-shells/bash : patch to fix \w in $PS1 issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 03:54 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2014-01-16 20:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
0001-fix-polite_directory_format-on-osx-10.9.patch (0001-fix-polite_directory_format-on-osx-10.9.patch,1.31 KB, patch)
2014-01-16 03:54 UTC, Jeremy Olexa (darkside) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2014-01-16 03:54:51 UTC
Created attachment 367924 [details, diff]
0001-fix-polite_directory_format-on-osx-10.9.patch

Please add the patch to the ebuild. It fixes a segfault on OSX 10.9 when \w is in PS1, (already fixed in bash-4.3)

Unrelated minor ebuild issue:
cd ${T}; <...>; epatch_user
    should be:
cd ${T}; <...>; cd ${S}; epatch_user
(or epatch_user; ${T}; <...>)
Comment 1 Fabian Groffen gentoo-dev 2014-01-16 20:44:03 UTC
added to bash-4.2_p45-r1, thanks