From db0e67ec90240a190acd14fc080b7a8d9e67b2fb Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 14 May 2016 13:53:38 +0200 Subject: [PATCH] fix bash completion --- completion/catkin_tools-completion.bash | 5 ----- 1 file changed, 5 deletions(-) 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 }