Skip to content

Commit

Permalink
Fix RHBug #1469282 - bash completion should exit cleanly if python-ar…
Browse files Browse the repository at this point in the history
…gcomplete is not installed
  • Loading branch information
sean797 committed Oct 6, 2017
1 parent f6aca1d commit 9320771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tracer.bash_completion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eval "$(register-python-argcomplete tracer)"
command -v register-python-argcomplete 2>&1 > /dev/null && eval "$(register-python-argcomplete tracer)"

0 comments on commit 9320771

Please sign in to comment.