[150793] contrib/mp-buildbot/mpbb-checkout
ryandesign at macports.org
ryandesign at macports.org
Thu Jul 28 22:07:49 PDT 2016
Revision: 150793
https://trac.macports.org/changeset/150793
Author: ryandesign at macports.org
Date: 2016-07-28 22:07:48 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
mp-buildbot: put the return statement in the correct place
Modified Paths:
--------------
contrib/mp-buildbot/mpbb-checkout
Modified: contrib/mp-buildbot/mpbb-checkout
===================================================================
--- contrib/mp-buildbot/mpbb-checkout 2016-07-29 04:34:43 UTC (rev 150792)
+++ contrib/mp-buildbot/mpbb-checkout 2016-07-29 05:07:48 UTC (rev 150793)
@@ -55,13 +55,13 @@
(cd "${dports_svn}" && "${option_prefix}/bin/portindex") || return $?
- cat || return $? > "${option_workdir}/macports.conf" <<EOF
+ cat > "${option_workdir}/macports.conf" <<EOF || return $?
# Automatically overwritten by mpbb-checkout
# Do not edit !!!
sources_conf ${option_workdir}/sources.conf
EOF
- cat || return $? > "${option_workdir}/sources.conf" <<EOF
+ cat > "${option_workdir}/sources.conf" <<EOF || return $?
# Automatically overwritten by mpbb-checkout
# Do not edit !!!
file://${dports_svn} [default]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/58a8ad44/attachment.html>
More information about the macports-changes
mailing list