[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-124-g976ba44
Ville Skyttä
ville.skytta at iki.fi
Mon Apr 25 12:53:41 UTC 2011
The following commit has been merged in the master branch:
commit 3750aea95e8e8d31599227fff4ac3e1b9008a814
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Mon Apr 25 15:02:54 2011 +0300
Remove stale comment.
diff --git a/bash_completion b/bash_completion
index 2dcaece..44e8ed6 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1227,8 +1227,6 @@ _dvd_devices()
COMPREPLY+=( $( compgen -f -d -X "!*/?(r)dvd*" -- "${cur:-/dev/}" ) )
}
-# start of section containing completion functions for external programs
-
# a little help for FreeBSD ports users
[ $UNAME = FreeBSD ] && complete -W 'index search fetch fetch-list extract \
patch configure build install reinstall deinstall clean clean-depends \
--
bash-completion
More information about the Bash-completion-commits
mailing list