Re: interesting behaviour (2.1.56)

James Mastros (root@jennifer-unix.dyn.ml.org)
Mon, 22 Sep 1997 15:32:33 -0400 (EDT)


On Mon, 22 Sep 1997, Meino Christian Cramer wrote:

> Hi!
>
> Same behaviour here -- and I have "no"
> distribution -- just the pure kernel
> from Linus' source and the utilities
> mentioned in /usr/src/linux/Documentation/Changes.
> BASH shows '//' in the prompt also...
>
> Really strange...
>
> Bug?
>
> KEEP HACKING!
> meino

I just checked.
cd ///
(prompt displays "/")
/bin/pwd
(outputs "/")
cd //
(prompt displays "//")
/bin/pwd
(outputs "/")

Bash is 2.01.0(2), linux is 2.1.56-pre1. There seems to be a bug, but not
in the kernel. (pwd is a builtin in bash).

-=- James Mastros