summaryrefslogtreecommitdiff
path: root/completions/installpkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/installpkg')
-rw-r--r--completions/installpkg8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/installpkg b/completions/installpkg
index 12997588..956f5d0c 100644
--- a/completions/installpkg
+++ b/completions/installpkg
@@ -1,4 +1,4 @@
-# Slackware Linux installpkg completion
+# Slackware Linux installpkg completion -*- shell-script -*-
_installpkg()
{
@@ -29,10 +29,4 @@ _installpkg()
_filedir "t[bglx]z"
} && complete -F _installpkg installpkg
-# 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