diff options
author | 2002-08-20 17:25:21 +0000 | |
---|---|---|
committer | 2002-08-20 17:25:21 +0000 | |
commit | 5a7851a382480333b32f94522d71db13fe264064 (patch) | |
tree | 1d1ecac833069b65dbd7218f4fc8d1ab9397a14d /app-shells/bash-completion/files | |
parent | version bump of opera-static (diff) | |
download | historical-5a7851a382480333b32f94522d71db13fe264064.tar.gz historical-5a7851a382480333b32f94522d71db13fe264064.tar.bz2 historical-5a7851a382480333b32f94522d71db13fe264064.zip |
changed '_rc-update' into '_rc_update'
Diffstat (limited to 'app-shells/bash-completion/files')
-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, |