[37393] branches/release_1_6/base/src/port/portmirror.tcl

raimue at macports.org raimue at macports.org
Thu Jun 5 16:29:25 PDT 2008


Revision: 37393
          http://trac.macosforge.org/projects/macports/changeset/37393
Author:   raimue at macports.org
Date:     2008-06-05 16:29:24 -0700 (Thu, 05 Jun 2008)

Log Message:
-----------
port/portmirror.tcl:
Fix portmirror script. There was a trailing whitespace preventing Tcl from
interpreting the next line as comment, too.

Modified Paths:
--------------
    branches/release_1_6/base/src/port/portmirror.tcl

Modified: branches/release_1_6/base/src/port/portmirror.tcl
===================================================================
--- branches/release_1_6/base/src/port/portmirror.tcl	2008-06-05 22:30:17 UTC (rev 37392)
+++ branches/release_1_6/base/src/port/portmirror.tcl	2008-06-05 23:29:24 UTC (rev 37393)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 \ 
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 \
 exec @TCLSH@ "$0" "$@"
 # portmirror.tcl
 # $Id$

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080605/af90495a/attachment.htm 


More information about the macports-changes mailing list