Package: bash-completion
Severity: normal
Tags: patch

In /etc/bash_completion there is a typo regarding ASS subtitles with mplayer. 
Instead of the filename extensions AAS and aas it should be ASS and ass, 
respectively. Attached you will find a patch that fixes this.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.29.4-orbiter.x86-64.1 (PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash                          3.2-5      The GNU Bourne Again SHell

bash-completion recommends no packages.

bash-completion suggests no packages.
--- /tmp/bash_completion.old    2009-05-31 18:51:00.379838841 +0200
+++ bash_completion     2009-05-31 18:51:45.610836480 +0200
@@ -5875,7 +5875,7 @@
                        return 0
                        ;;
                -sub)
-                       _filedir 
'@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|aas|AAS)'
+                       _filedir 
'@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|ass|ASS)'
                        return 0
                        ;;
                -vobsub)

Reply via email to