bzr overrides the shell prompt settings
Bug #249452 reported by
Ignas Mikalajūnas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Martin Pool | ||
bzr (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
The bazaar 1.6~beta3-1 packages are completely overriding shell prompt settings, the offending code in:
/etc/bash_
is:
if [ "$PS1" ]; then
PS1='\
fi
it completely ignores any settings that were set before that.
Changed in bzr: | |
status: | Fix Committed → Fix Released |
Changed in bzr: | |
importance: | Critical → High |
status: | Fix Released → Confirmed |
Changed in bzr (Ubuntu): | |
status: | New → Fix Released |
status: | Fix Released → Confirmed |
To post a comment you must log in.
This is quite unfriendly really. Whoops.