logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 3d2986063cbb688a840fea3334cddcd4067d2db7
parent 41fd7c7e608ad656251ffdf55abc4c715a6efe12
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 18 Oct 2013 23:13:46 +0200

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

Diffstat:

Mdevscripts/bash-completion.in4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devscripts/bash-completion.in b/devscripts/bash-completion.in @@ -1,4 +1,4 @@ -__youtube-dl() +__youtube_dl() { local cur prev opts COMPREPLY=() @@ -15,4 +15,4 @@ __youtube-dl() fi } -complete -F __youtube-dl youtube-dl +complete -F __youtube_dl youtube-dl