[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1eb6c14ac1c9759338149c2b6ee9d930d925e885

Freddy Vulto fvulto at gmail.com
Sun Nov 22 08:30:48 UTC 2009


The following commit has been merged in the master branch:
commit 1eb6c14ac1c9759338149c2b6ee9d930d925e885
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Sun Nov 22 09:30:22 2009 +0100

    fix typo in undoing cpio globbing

diff --git a/contrib/cpio b/contrib/cpio
index 7eae2d4..e8e4a5a 100644
--- a/contrib/cpio
+++ b/contrib/cpio
@@ -22,7 +22,7 @@ _cpio()
             _cpio_format
             return 0
             ;;
-        -E|-F|-I|-file|-pattern-file)
+        -E|-F|-I|--file|--pattern-file)
             _filedir
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list