Tags: patch thanks Hello dear maintainer,
attached here is a minimal patch applied in ubuntu as a workaround, regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community member. What matters in life is application of mind!, It makes great sense to have some common sense..!
diff -Nru zsh-beta-4.3.10-dev-1+20100720/debian/postinst zsh-beta-4.3.10-dev-1+20100720/debian/postinst --- zsh-beta-4.3.10-dev-1+20100720/debian/postinst 2010-07-24 17:39:07.000000000 +0530 +++ zsh-beta-4.3.10-dev-1+20100720/debian/postinst 2010-07-27 11:40:01.000000000 +0530 @@ -22,6 +22,6 @@ mkdir -m2775 -p /usr/local/share/zsh-beta/site-functions && chown root:staff \ /usr/local/share/zsh-beta/site-functions || true -add-shell /bin/zsh-beta +add-shell /bin/zsh exit 0 diff -Nru zsh-beta-4.3.10-dev-1+20100720/debian/zshenv zsh-beta-4.3.10-dev-1+20100720/debian/zshenv --- zsh-beta-4.3.10-dev-1+20100720/debian/zshenv 2010-07-24 17:39:07.000000000 +0530 +++ zsh-beta-4.3.10-dev-1+20100720/debian/zshenv 2010-07-27 11:40:01.000000000 +0530 @@ -12,7 +12,3 @@ # # Global Order: zshenv, zprofile, zshrc, zlogin -if [[ -z "$PATH" || "$PATH" == "/bin:/usr/bin" ]] -then - export PATH="/usr/local/bin:/usr/bin:/bin:/usr/games" -fi