FS#2712 - Small tipo in archlinux file in bash_completion package
Attached to Project:
Arch Linux
Opened by Bence Nagy (gimb) - Saturday, 07 May 2005, 11:07 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 08 May 2005, 12:24 GMT
Opened by Bence Nagy (gimb) - Saturday, 07 May 2005, 11:07 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 08 May 2005, 12:24 GMT
|
Details
Easy to correct with (or without) this patch:
--- archlinux.orig 2005-05-06 11:06:25.000000000 +0200 +++ archlinux 2005-05-06 11:07:55.000000000 +0200 @@ -178,7 +178,7 @@ rem_selected else case "${COMP_WORDS[1]}" in - -@(A|-add|U|upgrade)) + -@(A|-add|U|-upgrade)) _filedir '@(pkg.tar.gz)' return 0 ;; |
This task depends upon