Package: bash
Version: 3.1dfsg-8
Severity: normal

Please apply the following patch, since sometimes people want to do
stuff like 
$ perl -whatever filename



--- /etc/bash_completion        2006-07-05 14:16:31.000000000 +0100
+++ fix 2007-11-22 20:48:59.000000000 +0000
@@ -5194,8 +5194,8 @@
            ;;
     esac

-    # handle case where first parameter is not a dash option
-    if [ $COMP_CWORD -eq 1 ] && [[ "$cur" != -* ]]; then
+    # handle case where parameter is not a dash option
+    if [[ "$cur" != -* ]]; then
        _filedir
        return 0
     fi

Thanks.

-- 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.18-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bash depends on:
ii  base-files                4              Debian base system miscellaneous f
ii  debianutils               2.17           Miscellaneous utilities specific t
ii  libc6                     2.6.1-1+b1     GNU C Library: Shared libraries
ii  libncurses5               5.6+20071013-1 Shared libraries for terminal hand

bash 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