Revision: 103374 https://trac.macports.org/changeset/103374 Author: cal@macports.org Date: 2013-02-23 04:44:44 -0800 (Sat, 23 Feb 2013) Log Message: ----------- rev-upgrade: prevent missing newline when no packages are installed (by not printing rev-upgrade-related messages at all) Modified Paths: -------------- trunk/base/src/macports1.0/macports.tcl Modified: trunk/base/src/macports1.0/macports.tcl =================================================================== --- trunk/base/src/macports1.0/macports.tcl 2013-02-23 11:41:06 UTC (rev 103373) +++ trunk/base/src/macports1.0/macports.tcl 2013-02-23 12:44:44 UTC (rev 103374) @@ -4183,9 +4183,9 @@ set broken_files {}; set binaries [registry::file search active 1 binary 1] - ui_msg -nonewline "$macports::ui_prefix Scanning binaries for linking errors" set binary_count [llength $binaries] if {$binary_count > 0} { + ui_msg -nonewline "$macports::ui_prefix Scanning binaries for linking errors" set handle [machista::create_handle] if {$handle == "NULL"} { error "Error creating libmachista handle"
participants (1)
-
cal@macports.org