[91685] trunk/base/src/port1.0/portsubmit.tcl
ryandesign at macports.org
ryandesign at macports.org
Sat Apr 7 18:06:50 PDT 2012
Revision: 91685
https://trac.macports.org/changeset/91685
Author: ryandesign at macports.org
Date: 2012-04-07 18:06:46 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
portsubmit.tcl: fix punctuation in two error messages
Modified Paths:
--------------
trunk/base/src/port1.0/portsubmit.tcl
Modified: trunk/base/src/port1.0/portsubmit.tcl
===================================================================
--- trunk/base/src/port1.0/portsubmit.tcl 2012-04-08 00:19:26 UTC (rev 91684)
+++ trunk/base/src/port1.0/portsubmit.tcl 2012-04-08 01:06:46 UTC (rev 91685)
@@ -137,7 +137,7 @@
}
if {[system $cmd] != ""} {
- return -code error [format [msgcat::mc "Failed to archive port : %s"] $name]
+ return -code error [format [msgcat::mc "Failed to archive port %s"] $name]
}
set portsource ""
@@ -197,7 +197,7 @@
ui_debug $cmd
if {[system $cmd] != ""} {
- return -code error [format [msgcat::mc "Failed to submit port : %s"] $name]
+ return -code error [format [msgcat::mc "Failed to submit port %s"] $name]
}
#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/4fcab67f/attachment.html>
More information about the macports-changes
mailing list