[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-140-g73d1f0f

Ville Skyttä ville.skytta at iki.fi
Wed Mar 6 19:50:31 UTC 2013


The following commit has been merged in the master branch:
commit 73d1f0f16482b3261291454f37bd9e663fbafaa8
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 6 21:50:25 2013 +0200

    hexdump: Actually install for hd as well.

diff --git a/completions/hexdump b/completions/hexdump
index d043f8b..c566f9d 100644
--- a/completions/hexdump
+++ b/completions/hexdump
@@ -24,6 +24,6 @@ _hexdump()
 
     _filedir
 } &&
-complete -F _hexdump hexdump
+complete -F _hexdump hexdump hd
 
 # ex: ts=4 sw=4 et filetype=sh

-- 
bash-completion



More information about the Bash-completion-commits mailing list