[38577] trunk/base/src/port1.0/portbuild.tcl

afb at macports.org afb at macports.org
Fri Jul 25 02:44:34 PDT 2008


Revision: 38577
          http://trac.macosforge.org/projects/macports/changeset/38577
Author:   afb at macports.org
Date:     2008-07-25 02:44:33 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
don't use build.nice for creative build.cmd lines (#16091)

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

Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl	2008-07-25 09:28:27 UTC (rev 38576)
+++ trunk/base/src/port1.0/portbuild.tcl	2008-07-25 09:44:33 UTC (rev 38577)
@@ -100,7 +100,7 @@
 }
 
 proc build_getnicevalue {args} {
-    if {![exists build.nice]} {
+    if {![exists build.nice] || [string match "* *" [option build.cmd]]} {
         return ""
     }
     set nice [option build.nice]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/3a489b22/attachment.html 


More information about the macports-changes mailing list