summaryrefslogtreecommitdiff
path: root/completions/smbclient
diff options
context:
space:
mode:
Diffstat (limited to 'completions/smbclient')
-rw-r--r--completions/smbclient8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/smbclient b/completions/smbclient
index 3f45ea79..ceda7bbf 100644
--- a/completions/smbclient
+++ b/completions/smbclient
@@ -1,4 +1,4 @@
-# bash completion for samba
+# bash completion for samba -*- shell-script -*-
_samba_resolve_order()
{
@@ -320,10 +320,4 @@ _smbtree()
} &&
complete -F _smbtree smbtree
-# 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