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

jmr at macports.org jmr at macports.org
Fri Mar 9 19:59:51 PST 2012


Revision: 90620
          http://trac.macports.org/changeset/90620
Author:   jmr at macports.org
Date:     2012-03-09 19:59:51 -0800 (Fri, 09 Mar 2012)
Log Message:
-----------
use -nocomplain when unsetting in options::export

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2012-03-10 03:49:52 UTC (rev 90619)
+++ trunk/base/src/port1.0/portutil.tcl	2012-03-10 03:59:51 UTC (rev 90620)
@@ -208,7 +208,7 @@
             set PortInfo($option) $value
         }
         delete {
-            unset PortInfo($option)
+            unset -nocomplain PortInfo($option)
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120309/7b89fa06/attachment.html>


More information about the macports-changes mailing list