Package: haxe
Version: 1:1.18-1
Severity: important

Hi,

The emacsen-common/packages/remove/haxe script uses the "==" extension
from bash:
   
   if [ ${FLAVOR} == emacs-snapshot -o ${FLAVOR} == emacs22 ]; then

This fails when dash is used as /bin/sh. This line is better written as:

   if [ ${FLAVOR} = emacs-snapshot -o ${FLAVOR} = emacs22 ]; then
 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages haxe depends on:
ii  libc6                  2.7-10            GNU C Library: Shared libraries
ii  neko                   1.7.0-1           High-level dynamically typed progr
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

haxe recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to