Package: zsh Version: 4.3.2-25 Severity: minor Tags: patch The is-at-least function in zsh (which is used in some other functions) uses setopt LOCAL_OPTIONS which is only available in ksh emulation mode. Instead it should use emulate -L zsh to use LOCAL_OPTIONS in zsh mode. Patch is attached.
-- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.21.3-tonguc Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8) Versions of packages zsh depends on: ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand Versions of packages zsh recommends: ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libpcre3 6.7+7.4-2 Perl 5 Compatible Regular Expressi -- no debconf information -- ######################################################################## You have junk mail. ######################################################################## Tonguç Yumruk
17c17 < emulate zsh ; setopt LOCAL_OPTIONS --- > emulate -L zsh #; setopt LOCAL_OPTIONS
signature.asc
Description: Digital signature

