[120438] trunk/base/src/port1.0/portutil.tcl

ryandesign at macports.org ryandesign at macports.org
Tue May 27 21:52:27 PDT 2014


Revision: 120438
          https://trac.macports.org/changeset/120438
Author:   ryandesign at macports.org
Date:     2014-05-27 21:52:27 -0700 (Tue, 27 May 2014)
Log Message:
-----------
portutil.tcl: fix proc merge_lipo broken by r119618

Revision Links:
--------------
    https://trac.macports.org/changeset/119618

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2014-05-28 04:50:58 UTC (rev 120437)
+++ trunk/base/src/port1.0/portutil.tcl	2014-05-28 04:52:27 UTC (rev 120438)
@@ -4,7 +4,7 @@
 # Copyright (c) 2002-2003 Apple Inc.
 # Copyright (c) 2004 Robert Shaw <rshaw at opendarwin.org>
 # Copyright (c) 2006-2007 Markus W. Weissmann <mww at macports.org>
-# Copyright (c) 2004-2013 The MacPorts Project
+# Copyright (c) 2004-2014 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -2824,7 +2824,7 @@
     foreach arch ${archs} {
         lappend exec-lipo -arch ${arch} ${base}/${arch}${file}
     }
-    exec ${exec-lipo} {*}[list -create -output ${target}${file}]
+    exec {*}${exec-lipo} -create -output ${target}${file}
 }
 
 # private function
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140527/4d8d45b4/attachment.html>


More information about the macports-changes mailing list