[Bash-completion-devel] Bug#512823: bash-completion: Completion for `cpio' defined twice

Freddy Vulto fvulto at gmail.com
Sat Jan 24 07:29:53 UTC 2009


Package: bash-completion
Version: HEAD
Severity: minor

Completion for `cpio' is defined twice: first as `complete -F _longopt cpio' and then it is overridden with `complete -F _cpio cpio'.  I think the first definition can be removed:

--- bash_completion.orig	2009-01-24 08:12:58.000000000 +0100
+++ bash_completion	2009-01-24 08:19:09.000000000 +0100
@@ -4228,7 +4228,7 @@
 }
 # makeinfo and texi2dvi are defined elsewhere.
 for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \
-	 bison cpio diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \
+	 bison diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \
 	 touch vdir awk gperf grep grub indent less m4 sed shar date \
 	 tee who texindex cat csplit cut expand fmt fold head \
 	 md5sum nl od paste pr ptx sha1sum sort split tac tail tr unexpand \

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)






More information about the Bash-completion-devel mailing list