summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-12-27 11:20:08 +0000
committerChristian Birchinger <joker@gentoo.org>2003-12-27 11:20:08 +0000
commit72064dc66036c82a5decb46e030f2e36d05e9cb9 (patch)
tree83e57db1a1a2ae9c67ac546a2ec540d54639d9af /app-shells
parentinitial ebuild #32749 (diff)
downloadgentoo-2-72064dc66036c82a5decb46e030f2e36d05e9cb9.tar.gz
gentoo-2-72064dc66036c82a5decb46e030f2e36d05e9cb9.tar.bz2
gentoo-2-72064dc66036c82a5decb46e030f2e36d05e9cb9.zip
Removed the dash from the _rc-status() function. It's now called _rcstatus()
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/files/gentoo.completion-200312154
-rw-r--r--app-shells/bash-completion/files/gentoo.completion-200312254
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/bash-completion/files/gentoo.completion-20031215 b/app-shells/bash-completion/files/gentoo.completion-20031215
index 33683e6f7000..bce5ae4c1235 100644
--- a/app-shells/bash-completion/files/gentoo.completion-20031215
+++ b/app-shells/bash-completion/files/gentoo.completion-20031215
@@ -25,7 +25,7 @@ _rc()
}
complete -F _rc rc
-_rc-status()
+_rcstatus()
{
local cur opts
COMPREPLY=()
@@ -37,7 +37,7 @@ _rc-status()
fi
return 0
}
-complete -F _rc-status rc-status
+complete -F _rcstatus rc-status
#
# distcc-config completion command
diff --git a/app-shells/bash-completion/files/gentoo.completion-20031225 b/app-shells/bash-completion/files/gentoo.completion-20031225
index 33683e6f7000..bce5ae4c1235 100644
--- a/app-shells/bash-completion/files/gentoo.completion-20031225
+++ b/app-shells/bash-completion/files/gentoo.completion-20031225
@@ -25,7 +25,7 @@ _rc()
}
complete -F _rc rc
-_rc-status()
+_rcstatus()
{
local cur opts
COMPREPLY=()
@@ -37,7 +37,7 @@ _rc-status()
fi
return 0
}
-complete -F _rc-status rc-status
+complete -F _rcstatus rc-status
#
# distcc-config completion command