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

Commit 4f16682

Browse files
fixed relative path
1 parent f8b91db commit 4f16682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/cut-release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ sync svn_sync "$VERSION_BASE/trunk/styles" \
189189
# Cut branch
190190
command svn copy "$VERSION_BASE/trunk" "$VERSION_BASE/branches/$RELEASE_LABEL"
191191

192-
cp_if_different distrib/prettify.tar.bz2 \
193-
"distrib/prettify-$TODAY.tar.bz2"
194-
cp_if_different distrib/prettify-small.tar.bz2 \
195-
"distrib/prettify-small-$TODAY.tar.bz2"
192+
cp_if_different "$VERSION_BASE/trunk/distrib/prettify.tar.bz2" \
193+
"$VERSION_BASE/trunk/distrib/prettify-$TODAY.tar.bz2"
194+
cp_if_different "$VERSION_BASE/trunk/distrib/prettify-small.tar.bz2" \
195+
"$VERSION_BASE/trunk/distrib/prettify-small-$TODAY.tar.bz2"
196196

197197
# Dump final instructions for caller.
198198
echo

0 commit comments

Comments
 (0)