From: Andre Noll Date: Sun, 24 Sep 2017 19:25:04 +0000 (+0200) Subject: bash_completion: Fix typo. X-Git-Tag: v0.6.2~55 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=31e1dce0df4f9760b046bff201df0baf382c62c2 bash_completion: Fix typo. The underscore was dropped by mistake recently in commit d31995b3 (Shorten copyright notice). --- diff --git a/bash_completion b/bash_completion index c8236f80..4b1a4be5 100644 --- a/bash_completion +++ b/bash_completion @@ -1,5 +1,5 @@ # Copyright (C) 2007 Andre Noll , see file COPYING. -para_complete() +_para_complete() { local prg="$1" # the program to execute local cur=${COMP_WORDS[$COMP_CWORD]}