diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-08-20 17:25:21 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-08-20 17:25:21 +0000 |
commit | 53c8603afc2be644af0f2328656a5793156f428c (patch) | |
tree | e09adc6009b8eb24d21eca13564bca66c70115f6 /app-shells | |
parent | version bump of opera-static (diff) | |
download | gentoo-2-53c8603afc2be644af0f2328656a5793156f428c.tar.gz gentoo-2-53c8603afc2be644af0f2328656a5793156f428c.tar.bz2 gentoo-2-53c8603afc2be644af0f2328656a5793156f428c.zip |
changed '_rc-update' into '_rc_update'
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/files/gentoo.completion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/files/gentoo.completion b/app-shells/bash-completion/files/gentoo.completion index fdafe3efeeeb..2070d089e5ae 100644 --- a/app-shells/bash-completion/files/gentoo.completion +++ b/app-shells/bash-completion/files/gentoo.completion @@ -310,7 +310,7 @@ complete -o default -F _ebuild ebuild # # rc-update completion command # -_rc-update() +_rc_update() { local cur prev initdir runlvdir origdir @@ -336,7 +336,7 @@ _rc-update() return 0 } -complete -F _rc-update rc-update +complete -F _rc_update rc-update # # This function loosely emulates emerge, but, as the name implies, |