Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
fixed relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 25, 2013
1 parent f8b91db commit 4f16682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/cut-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ sync svn_sync "$VERSION_BASE/trunk/styles" \
# Cut branch
command svn copy "$VERSION_BASE/trunk" "$VERSION_BASE/branches/$RELEASE_LABEL"

cp_if_different distrib/prettify.tar.bz2 \
"distrib/prettify-$TODAY.tar.bz2"
cp_if_different distrib/prettify-small.tar.bz2 \
"distrib/prettify-small-$TODAY.tar.bz2"
cp_if_different "$VERSION_BASE/trunk/distrib/prettify.tar.bz2" \
"$VERSION_BASE/trunk/distrib/prettify-$TODAY.tar.bz2"
cp_if_different "$VERSION_BASE/trunk/distrib/prettify-small.tar.bz2" \
"$VERSION_BASE/trunk/distrib/prettify-small-$TODAY.tar.bz2"

# Dump final instructions for caller.
echo
Expand Down

0 comments on commit 4f16682

Please sign in to comment.