bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cannot change into directories containing a whitespace


From: Udo Rader
Subject: cannot change into directories containing a whitespace
Date: Wed, 07 Feb 2001 10:08:32 +0100

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='linux' -DCONF_MACHTYPE='i386-suse-linux'
-DCONF_VENDOR='suse' -DSHELL -DHAVE_CONFIG_H  -D_FILE_OFFSET_BITS=64 
-I. -I/usr/include -I. -I./lib -I/usr/include -O2 -m486 -D_GNU_SOURCE
-Wall -pipe
uname output: Linux triton 2.4.1 #3 Tue Feb 6 17:07:18 CET 2001 i686
unknown
Machine Type: i386-suse-linux

Bash Version: 2.03
Patch Level: 0
Release Status: release

Description:
        If one tries to change into a directory containing a whitespace,
        bash rejects to do so and reports "No such file or directory".
        This occurs on suse6.4 (bash 2.03) and suse7.0 (bash 2.04)
systems.
        csh/tcsh has no problems doing so.

Repeat-By:
-----CUT-----
% mkdir Achtung\ Baby
% ls -l
[...]
drwxrwxr-x   2 udo      prog           35 Feb  7 09:54 Achtung Baby
[...]
% cd Achtung\ Baby/
bash: cd: Achtung: No such file or directory
% cd "Achtung\ Baby"/
bash: cd: Achtung: No such file or directory
------CUT-----

Attachment: udo.vcf
Description: Card for Udo Rader


reply via email to

[Prev in Thread] Current Thread [Next in Thread]