Remove superfluous label.
[oota-llvm.git] / utils / release / test-release.sh
index 91dac4ca782120c8f84d4e41b657eaf4fb461aec..f10b82298dbbff6b61088025edd135cf73914c39 100755 (executable)
@@ -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