diff options
Diffstat (limited to 'app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff')
-rw-r--r-- | app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff b/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff new file mode 100644 index 000000000000..0b6189b65ac0 --- /dev/null +++ b/app-shells/gentoo-bashcomp/files/20050329-fix-actionre.diff @@ -0,0 +1,11 @@ +--- tags/release-20050329/gentoo 2005-03-29 20:54:05.000000000 -0500 ++++ trunk/gentoo 2005-03-30 21:08:54.000000000 -0500 +@@ -152,7 +152,7 @@ + numwords=${#COMP_WORDS[*]} + curword=${COMP_CWORD} + compwords="${COMP_WORDS[*]}" +- actionre=' @(-[CPcis]|@(metadata|s@(y@(nc|stem)|earch)|regen|@(unmerg|prune)e|world|@(@(dep)@(clean)|@(in@(fo|ject)))))' ++ actionre='@(-[CPcis]|@(metadata|s@(y@(nc|stem)|earch)|regen|@(unmerg|prune)e|world|@(@(dep)@(clean)|@(in@(fo|ject)))))' + stopre=' @(depclean|info|metadata|regen|sy@(nc|stem)|world|--@(resume|s@(kipfirst|ync)))' + opts='' + |