summaryrefslogtreecommitdiff
path: root/completions/_yum
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_yum')
-rw-r--r--completions/_yum10
1 files changed, 2 insertions, 8 deletions
diff --git a/completions/_yum b/completions/_yum
index 87f4b8b5..c2d37948 100644
--- a/completions/_yum
+++ b/completions/_yum
@@ -1,8 +1,8 @@
+# yum(8) completion -*- shell-script -*-
+
# Use of this file is deprecated. Upstream completion is available in
# yum > 3.2.25, use that instead.
-# yum(8) completion
-
_yum_list()
{
if [[ "$1" == all ]] ; then
@@ -141,10 +141,4 @@ _yum()
} &&
complete -F _yum yum
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh