summaryrefslogtreecommitdiff
path: root/completions/ant
diff options
context:
space:
mode:
Diffstat (limited to 'completions/ant')
-rw-r--r--completions/ant8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/ant b/completions/ant
index e174c17b..96ef8172 100644
--- a/completions/ant
+++ b/completions/ant
@@ -1,4 +1,4 @@
-# bash completion for ant and phing
+# bash completion for ant and phing -*- shell-script -*-
_ant()
{
@@ -61,10 +61,4 @@ complete -F _ant ant phing
type complete-ant-cmd.pl &>/dev/null && \
complete -C complete-ant-cmd.pl -F _ant ant || :
-# 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