From b90c59e9fc75847bca3fa23c3b1a088f553aeb61 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 31 Mar 2018 10:04:56 +0200 Subject: 42571: new completion for FreeBSD jail command --- Completion/BSD/Command/_jexec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/BSD/Command/_jexec') diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec index 85829d10e..6a2d05a81 100644 --- a/Completion/BSD/Command/_jexec +++ b/Completion/BSD/Command/_jexec @@ -4,7 +4,7 @@ _jexec_normal() { local PATH=$PATH local -a _comp_priv_prefix # relative paths are relative to the jail's root - path=( "$(command jls -j $words[1] path)"/$^path ) + path=( "$(_call_program paths jls -j $words[1] path)"/$^path ) shift 1 words; (( CURRENT-- )) _normal } -- cgit v1.2.3-70-g09d2