Package: ksh Version: 93u-1 Severity: normal ksh93 fails on the following script:
ypig:~> cat tst.sh mkdir tmpdir1 cd tmpdir1 mv ../tmpdir1 ../tmpdir2 cd .. rmdir tmpdir2 ypig:~> ksh93 tst.sh tst.sh[4]: cd: ..: [No such file or directory] rmdir: failed to remove `tmpdir2': No such file or directory dash, bash, zsh, pdksh, mksh and posh all behave correctly on this example. Note: similar problem when renaming a parent directory. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ksh depends on: ii libc6 2.13-27 ksh recommends no packages. ksh suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

