[119686] trunk/base/src/macports1.0/tests/macports.test

cal at macports.org cal at macports.org
Sat May 3 15:07:39 PDT 2014


Revision: 119686
          https://trac.macports.org/changeset/119686
Author:   cal at macports.org
Date:     2014-05-03 15:07:39 -0700 (Sat, 03 May 2014)
Log Message:
-----------
base: macports1.0 tests: use {*} rather than eval

Modified Paths:
--------------
    trunk/base/src/macports1.0/tests/macports.test

Modified: trunk/base/src/macports1.0/tests/macports.test
===================================================================
--- trunk/base/src/macports1.0/tests/macports.test	2014-05-03 22:04:19 UTC (rev 119685)
+++ trunk/base/src/macports1.0/tests/macports.test	2014-05-03 22:07:39 UTC (rev 119686)
@@ -2,7 +2,7 @@
 
 package require tcltest 2
 namespace import tcltest::*
-eval ::tcltest::configure $::argv
+::tcltest::configure {*}$::argv
 
 set pwd [file dirname [file normalize $argv0]]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140503/28e98a85/attachment.html>


More information about the macports-changes mailing list