[119210] trunk/base/portmgr/jobs/port_binary_distributable.tcl

cal at macports.org cal at macports.org
Sun Apr 20 11:39:28 PDT 2014


Revision: 119210
          https://trac.macports.org/changeset/119210
Author:   cal at macports.org
Date:     2014-04-20 11:39:28 -0700 (Sun, 20 Apr 2014)
Log Message:
-----------
base: keep port_binary_distributable compatible with 2.2 to avoid breaking the buildbots

Modified Paths:
--------------
    trunk/base/portmgr/jobs/port_binary_distributable.tcl

Modified: trunk/base/portmgr/jobs/port_binary_distributable.tcl
===================================================================
--- trunk/base/portmgr/jobs/port_binary_distributable.tcl	2014-04-20 18:20:17 UTC (rev 119209)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2014-04-20 18:39:28 UTC (rev 119210)
@@ -1,6 +1,7 @@
-#!/usr/bin/env port-tclsh
+#!/bin/sh
 # -*- 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
-#
+# \
+if type -fp port-tclsh >/dev/null; then exec port-tclsh "$0" "$@"; else exec /usr/bin/tclsh "$0" "$@"; fi
 # $Id$
 #
 # Check that binaries of a port are distributable by looking at its license
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140420/3e420524/attachment.html>


More information about the macports-changes mailing list