mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
ros-completion.bash is inconsistent with the naming conventions in other software packages
(see /usr/share/bash-completion/)
This commit is contained in:
parent
3e7ef07b29
commit
90c5676d09
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
if ENABLE_BASH_COMPLETION
|
||||
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
||||
bashcompletion_DATA = completions/ros-completion.bash
|
||||
bashcompletion_DATA = completion-bash/ros
|
||||
endif
|
||||
|
||||
if ENABLE_ZSH_COMPLETION
|
||||
zshcompletiondir = $(ZSH_COMPLETION_DIR)
|
||||
zshcompletion_DATA = completions/ros-completion.zsh
|
||||
zshcompletion_DATA = completion-zsh/ros
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue