aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-05-09 16:00:45 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-05-09 16:00:45 -0400
commit3ea6b2ddc05480ac0288f5a4b038d34d59b40c1a (patch)
tree7a4efec3c3938f1000c84bcc86737b33f8028d3a
parentab4d1388342f5ec79afd71068b197bbae54ad4ac (diff)
downloadtrace-cmd-3ea6b2ddc05480ac0288f5a4b038d34d59b40c1a.tar.gz
trace-cmd: Fix the fix for completions
In the learning process of writing completion scripts, I put in various debugging. One of those was not removed before committing. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--trace-cmd.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/trace-cmd.bash b/trace-cmd.bash
index c9a45558..da5dc359 100644
--- a/trace-cmd.bash
+++ b/trace-cmd.bash
@@ -55,7 +55,6 @@ __trace_cmd_record_complete()
-p)
local plugins=$(trace-cmd list -p)
COMPREPLY=( $(compgen -W "${plugins}" -- "${cur}" ) )
- COMPREPLY="a$w"
;;
-l|-n|-g)
# This is extremely slow still (may take >1sec).