summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:24 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:24 +0000
commit0fd505bb964ae8c7a1f75548628c85fcf1ad0405 (patch)
treed3c696c8cdbd0a0cb2bdc948c96397aeef043d70
parentca61e99e923d25fbe663f31f8beab1bded0b4963 (diff)
downloadurpmi-0fd505bb964ae8c7a1f75548628c85fcf1ad0405.tar
urpmi-0fd505bb964ae8c7a1f75548628c85fcf1ad0405.tar.gz
urpmi-0fd505bb964ae8c7a1f75548628c85fcf1ad0405.tar.bz2
urpmi-0fd505bb964ae8c7a1f75548628c85fcf1ad0405.tar.xz
urpmi-0fd505bb964ae8c7a1f75548628c85fcf1ad0405.zip
fix _filedir usage
-rw-r--r--urpmi.bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index 3ca089bc..8ce2f1a9 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -119,7 +119,7 @@ _urpmi()
if [[ "$cur" != */* ]]; then
_urpmi_packages
fi
- _filedir @\(rpm|spec\)
+ _filedir '@(rpm|spec)'
fi
fi
}