diff --git a/completion/catkin_tools-completion.bash b/completion/catkin_tools-completion.bash index 6efe88e1..e78bcf56 100644 --- a/completion/catkin_tools-completion.bash +++ b/completion/catkin_tools-completion.bash @@ -135,11 +135,6 @@ _catkin() ;; esac - IFS="$OLDIFS" - if [[ ${#COMPREPLY[*]} -eq 1 ]]; then #Only one completion - COMPREPLY=( ${COMPREPLY[0]%% - *} ) #Remove ' - ' and everything after - fi - return 0 }