Comment 16 for bug 1132700

Revision history for this message
Egmont Koblinger (egmont-gmail) wrote :

One more thing to consider with the "fallback" approach:

If you do this, users who've manually set PROMPT_COMMAND will remain with the old method of figuring out the cwd, including all its bugs and limitations (not remembering symlink components, not working after sudo, etc.) They would probably live on with these compromises, unaware that there is a better solution.

If you don't do the fallback, those users will be pushed to switch to the new, better solution with all its advantages.

Your call. I would personally probably do the fallback if /etc/skel ever shipped a PROMPT_COMMAND for the sake of those users, but not ship the fallback otherwise.