From: Namhyung Kim Date: Tue, 2 Oct 2012 15:21:32 +0000 (+0900) Subject: perf tools: Check existence of _get_comp_words_by_ref when bash completing X-Git-Tag: v3.7-rc1~29^2~3^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d668c3ffd38d611f8446615e8f797dcfdfc397;p=pandora-kernel.git perf tools: Check existence of _get_comp_words_by_ref when bash completing The '_get_comp_words_by_ref' function is available from the bash completion v1.2 so that earlier version emits following warning: $ perf re_get_comp_words_by_ref: command not found Use older '_get_cword' method when the above function doesn't exist. Signed-off-by: Namhyung Kim Acked-by: Frederic Weisbecker Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1349191294-6926-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed