https://bugzilla.wikimedia.org/show_bug.cgi?id=54074
--- Comment #1 from Tim Landscheidt <[email protected]> --- This is confined to tool accounts and the first prompt after become'ing a tool account seems to work: | local-wikilint@tools-login:~$ PS1='\w: ' | ~: cd cgi-bin | /data/project/wikilint/cgi-bin: cd | /data/project/wikilint: Further digging indicates that the trailing slash in $HOME is the culprit: | /data/project/wikilint: echo $HOME | /data/project/wikilint/ | /data/project/wikilint: HOME=/data/project/wikilint | ~: cd cgi-bin | ~/cgi-bin: I don't know if there is a deeper reasoning behind that slash or if that was just an oversight, but fixing this probably requires fiddling with the LDAP database. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
