[bash-completion] Do not use dash in function name (Fixes #1623)

This commit is contained in:
Philipp Hagemeister 2013-10-18 23:13:46 +02:00
parent 41fd7c7e60
commit 3d2986063c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__youtube-dl() __youtube_dl()
{ {
local cur prev opts local cur prev opts
COMPREPLY=() COMPREPLY=()
@ -15,4 +15,4 @@ __youtube-dl()
fi fi
} }
complete -F __youtube-dl youtube-dl complete -F __youtube_dl youtube-dl