In Debian bug #745653, you wrote: > If I envoke cd in dash via: > cd //
> it incorrectly reports my cwd at // instead of / POSIX permits this (for Cygwin and the like that want to have special pathnames starting with //). Three or more slashes are equivalent to one. You might want to use cd's -P option to force resolution of symlinks; this will also resolve // down to / if they are equivalent. -- Jilles Tjoelker -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

