From 902b9b20aacb42e87e91818640076630dc7745ee Mon Sep 17 00:00:00 2001 From: Jonathan MERCIER Date: Fri, 20 Jan 2012 19:19:04 +0100 Subject: [PATCH] Enhance completion path --- bash_completion.d/ldc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion.d/ldc b/bash_completion.d/ldc index 9868c6cc..37b37f45 100644 --- a/bash_completion.d/ldc +++ b/bash_completion.d/ldc @@ -125,7 +125,7 @@ have ldc2 &&{ '-Dd='*|'-Hd='*|'-I='*|'-J='*|'-od='*) # add an = prev="${cur%%=*}=" cur=${cur#*=} - COMPREPLY=( ${prev}$(compgen -d "${cur}") ) + COMPREPLY=( ${prev}$(compgen -S '/' -d "${cur}") ) return 0 ;; -'Df='*|'-Hf='*|'-deps='*|'-internalize-public-api-file='*|'-of='*|'-Xf='*) # add an =