From 31e1dce0df4f9760b046bff201df0baf382c62c2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 24 Sep 2017 21:25:04 +0200 Subject: [PATCH] bash_completion: Fix typo. The underscore was dropped by mistake recently in commit d31995b3 (Shorten copyright notice). --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]} -- 2.39.2