Skip to content

Commit

Permalink
Remove superfluous label.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196227 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Dec 3, 2013
1 parent 1296bb3 commit f0e1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function export_sources() {
check_valid_urls

for proj in $projects ; do
echo "# Exporting $proj $Release-RC$RC sources"
echo "# Exporting $proj $Release-$RC sources"
if ! svn export -q $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC $proj.src ; then
echo "error: failed to export $proj project"
exit 1
Expand Down

0 comments on commit f0e1085

Please sign in to comment.