Configuration Information [Automatically generated, do not change]:
Machine: i586
OS: linux-gnu
Compiler: gcc -I/usr/src/packages/BUILD/bash-3.1 
-L/usr/src/packages/BUILD/bash-3.1/../readline-5.1
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-suse-linux-gnu' 
-DCONF_VENDOR='suse' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
-DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib   -O2 -march=i586 -mtune=i686 
-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -D_GNU_SOURCE -DRECYCLES_PIDS 
-Wall -pipe -g -fPIE -fbranch-probabilities
uname output: Linux bscib04 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 
2007 i686 i686 i386 GNU/Linux
Machine Type: i586-suse-linux-gnu

Bash Version: 3.1
Patch Level: 17
Release Status: release

Description:
        When the directory parent of the current one is removed, the shell 
presents a strange behaviour. Instead of changing to the existing part, it 
concatenates the ".." to the current working directory.

Repeat-By:
        I've put the sequence of steps that I used. It also includes the system 
answer.

        [EMAIL PROTECTED]:/tmp> mkdir parent
        [EMAIL PROTECTED]:/tmp> mkdir parent/child
        [EMAIL PROTECTED]:/tmp> cd parent/child/
        [EMAIL PROTECTED]:/tmp/parent/child> rm -rf ../../parent/
        [EMAIL PROTECTED]:/tmp/parent/child> cd ..
        cd: error retrieving current directory: getcwd: cannot access parent 
directories: No existe el fichero o el directorio
        [EMAIL PROTECTED]:/tmp/parent/child/..> ls -a
        [EMAIL PROTECTED]:/tmp/parent/child/..> 



Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to