summaryrefslogtreecommitdiff
path: root/completions/yum-arch
diff options
context:
space:
mode:
Diffstat (limited to 'completions/yum-arch')
-rw-r--r--completions/yum-arch8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/yum-arch b/completions/yum-arch
index f095ae12..8c217373 100644
--- a/completions/yum-arch
+++ b/completions/yum-arch
@@ -1,4 +1,4 @@
-# yum-arch(8) completion
+# yum-arch(8) completion -*- shell-script -*-
_yum_arch()
{
@@ -13,10 +13,4 @@ _yum_arch()
} &&
complete -F _yum_arch yum-arch
-# 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