[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.1-12-gbb0739f

Ville Skyttä ville.skytta at iki.fi
Fri May 3 14:02:59 UTC 2013


The following commit has been merged in the master branch:
commit bb0739fafd87bfca2e5d43e8b448ec1293a43ada
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 3 17:02:29 2013 +0300

    cvs: Fix checkout -j non-completion.

diff --git a/completions/cvs b/completions/cvs
index 9d448d0..53ed7d5 100644
--- a/completions/cvs
+++ b/completions/cvs
@@ -206,7 +206,7 @@ _cvs()
             ;;
         checkout)
             case $prev in
-                -r|-D|j)
+                -r|-D|-j)
                     return 0
                     ;;
                 -d)

-- 
bash-completion



More information about the Bash-completion-commits mailing list