[95712] trunk/base/portmgr/jobs/mprsyncup
jmr at macports.org
jmr at macports.org
Thu Jul 19 17:45:32 PDT 2012
Revision: 95712
https://trac.macports.org/changeset/95712
Author: jmr at macports.org
Date: 2012-07-19 17:45:32 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
fix error message typo
Modified Paths:
--------------
trunk/base/portmgr/jobs/mprsyncup
Modified: trunk/base/portmgr/jobs/mprsyncup
===================================================================
--- trunk/base/portmgr/jobs/mprsyncup 2012-07-20 00:42:48 UTC (rev 95711)
+++ trunk/base/portmgr/jobs/mprsyncup 2012-07-20 00:45:32 UTC (rev 95712)
@@ -87,7 +87,7 @@
# Read what tag we're releasing from, switch to/checkout a copy, export and rsync it to ${RSYNCROOT}/release/base:
read RELEASE_URL < ${TBASE}/${RELEASE_URL_FILE}
if [ ! -n ${RELEASE_URL} ]; then
- echo "no RELEASE_URL specified in svn trunk, baling out!"
+ echo "no RELEASE_URL specified in svn trunk, bailing out!"
exit 1
fi
if [ -d ${RBASE}/.svn ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/f8c39eaf/attachment-0001.html>
More information about the macports-changes
mailing list