From 32e6e6ffc6a618d317bb85f1227e921b1f657ba9 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 14 Sep 2016 12:05:29 +0000 Subject: [PATCH] mp-buildbot: add modeline git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@152646 d073be05-634f-4543-b044-5fe20cf6d1d6 --- tools/supported-archs.tcl | 1 + tools/uninstall-old-ports.tcl | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/supported-archs.tcl b/tools/supported-archs.tcl index a532436..3ccddf9 100755 --- a/tools/supported-archs.tcl +++ b/tools/supported-archs.tcl @@ -1,4 +1,5 @@ #!/usr/bin/env port-tclsh +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # # Generates a list of supported architectures for the given port. # diff --git a/tools/uninstall-old-ports.tcl b/tools/uninstall-old-ports.tcl index 149d51d..1b376d3 100755 --- a/tools/uninstall-old-ports.tcl +++ b/tools/uninstall-old-ports.tcl @@ -1,4 +1,5 @@ #!/usr/bin/env port-tclsh +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 proc printUsage {} { puts "Usage: $::argv0 \[-hV\]"