From: Ramkumar Ramachandra Date: Thu, 4 Jul 2013 12:41:25 +0000 (+0530) Subject: perf completion: Don't dictate perf install location X-Git-Tag: upstream/snapshot3+hdmi~4038^2~28^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ba6e01782fd2a94481e18b91b363636f8171565;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git perf completion: Don't dictate perf install location The statement have perf limits the locations in which to look for the perf program. Moreover, it depends on the bash-completion package to be installed. Replace it with a call to `type perf`. Signed-off-by: Ramkumar Ramachandra Cc: Frederic Weisbecker Link: http://lkml.kernel.org/r/1372941691-14684-2-git-send-email-artagnon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/bash_completion b/tools/perf/bash_completion index 56e6a12..50540cf 100644 --- a/tools/perf/bash_completion +++ b/tools/perf/bash_completion @@ -19,7 +19,7 @@ __ltrim_colon_completions() fi } -have perf && +type perf &>/dev/null && _perf() { local cur prev cmd