Package: pcmcia-cs
Version: 3.2.8-5
Severity: wishlist

There are $* variables when I think "$@" would be more safer to use.
Please consider changing all occurrances:

        $*  => "$@"

the "$@" preserved the arguments, whereas $* flattens them out.

Like in:

    log ()  
    {
        if [ -n "$VERBOSE" ] ; then
            echo "$*" ; eval $*


=>

    log ()  
    {
        if [ -n "$VERBOSE" ] ; then
            echo "$@" ; eval "$@"


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages pcmcia-cs depends on:
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  dmidecode                     2.7-2      Dump Desktop Management Interface 
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  lsb-base                      3.0-10     Linux Standard Base 3.0 init scrip
ii  module-init-tools             3.2-pre9-2 tools for managing Linux kernel mo
ii  modutils                      2.4.27.0-3 Linux module utilities
ii  psmisc                        21.6-1     Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
ii  hotplug                  0.0.20040329-25 Linux Hotplug Scripts

-- debconf information excluded


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

Reply via email to