The following commit has been merged in the master branch:
commit 881bd637746c297c003ebbb9d6c0f2cd7aa9929b
Author: Ville Skyttä <[email protected]>
Date: Tue Oct 20 20:57:18 2009 +0300
Tolerate tabs in cvs --help-commands output too.
diff --git a/contrib/cvs b/contrib/cvs
index efde026..f255d9b 100644
--- a/contrib/cvs
+++ b/contrib/cvs
@@ -25,7 +25,7 @@ get_modules()
_cvs_commands()
{
- cvs --help-commands 2>&1 | awk '/^ / { print $1 }'
+ cvs --help-commands 2>&1 | awk '/^( *|\t)/ { print $1 }'
}
_cvs()
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits