summaryrefslogtreecommitdiffstats
path: root/urpmi.bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r--urpmi.bash-completion4
1 files changed, 1 insertions, 3 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index 2375937f..fe9921ab 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -91,9 +91,7 @@ _urpmi()
COMPREPLY=( $( compgen -W "$options" -- $cur ) )
else
if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then
- if [ -n "${COMP_URPMI_HDLISTS:-}" ]; then
- COMPREPLY=( $( compgen -W "$(urpmq --list)" -- $cur ) )
- fi
+ COMPREPLY=( $( compgen -W "$(urpmq --list)" -- $cur ) )
_filedir rpm
fi
fi