1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

Remove superfluous label.

llvm-svn: 196227
This commit is contained in:
Bill Wendling 2013-12-03 07:34:19 +00:00
parent 547dc86218
commit 303fa9666e

View File

@ -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