Skip to content

Commit

Permalink
fix up a bit of bashism here?
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@19325 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Charlie Allom committed Aug 30, 2006
1 parent 75cb9f2 commit 37ac720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion portmgr/mprsyncup
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# made for sampson 2006-08-30 # made for sampson 2006-08-30
# TODO should clean up after itself. # TODO should clean up after itself.
# TODO shouldn't refer to the Tag as "dp1.0" # TODO shouldn't refer to the Tag as "dp1.0"
# TODO stop using darwinports -> macports?
#


set -e set -e


Expand All @@ -24,7 +26,7 @@ echo `date -u +%s` > ${DPROOT}/${TMPDIR}/TIMESTAMP


# Extract the release URL from HEAD # Extract the release URL from HEAD
read RELEASE_URL < ${DPROOT}/${TMPDIR}/${RELEASE_URL_FILE} read RELEASE_URL < ${DPROOT}/${TMPDIR}/${RELEASE_URL_FILE}
[ -n "${RELEASE_URL}" ] || { echo "no RELEASE_URL specified in svn HEAD" ; exit 1 } [ -n ${RELEASE_URL} ] || { echo "no RELEASE_URL specified in svn HEAD" ; exit 1; }


# Checkout from the release tag specified in HEAD # Checkout from the release tag specified in HEAD
TMPDIR=dp1.0 TMPDIR=dp1.0
Expand Down

0 comments on commit 37ac720

Please sign in to comment.