Skip to content
Snippets Groups Projects
Commit e1fadb20 authored by Danny Auble's avatar Danny Auble
Browse files

Make note about Ubuntu systems and the autocomplete script.

parent c183c5be
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,10 @@ __Known issues__ ...@@ -30,6 +30,10 @@ __Known issues__
* Some regex needed to validate options or parameter values are not exactly correct, but should work in most cases. * Some regex needed to validate options or parameter values are not exactly correct, but should work in most cases.
* Any new option unknown to the syntax file will be spotted as an error. * Any new option unknown to the syntax file will be spotted as an error.
* On a Debian system (Ubuntu) you may see messages like...
_get_comp_words_by_ref: command not found
after a tab.
Based on http://askubuntu.com/questions/33440/tab-completion-doesnt-work-for-commands you need to alter your /etc/bash.bashrc to make this work correctly.
Bash completion Bash completion
--------------- ---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment