Package: ksh / 93u+-1.2

Metadata

Package Version Patches format
ksh 93u+-1.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
shell options.patch | (download)

src/cmd/ksh93/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
cleanup man title.patch | (download)

src/cmd/ksh93/sh.1 | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

---
no rpath.patch | (download)

src/cmd/INIT/make.probe | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
handle removed working dir.patch | (download)

src/cmd/ksh93/bltins/cd_pwd.c | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

---
fix cd builtin.patch | (download)

src/cmd/ksh93/bltins/cd_pwd.c | 33 22 + 11 - 0 !
1 file changed, 22 insertions(+), 11 deletions(-)

 fix-cd-builtin
 This patch integrates the changes from the upstream commit
 ee4582a which fixes the built-in cd command which caused
 'cd ..' when the parent directory was the root directory.
 .
 ksh (93u+-1.2) testing-proposed-updates; urgency=low
 .
   * Non-maintainer upload.
   * Fix handling of cd ../../.. and similar using
     the upstream changes from ee4582a commit, drop previous patch
     by Jonathan Wiltshire <jmw@debian.org> (Closes: #679966).