Forgot to add the project name to the 'svn ls' command.

llvm-svn: 142282
This commit is contained in:
Bill Wendling 2011-10-17 21:45:07 +00:00
parent a4c2602b71
commit a5748e22e2
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ function check_valid_urls() {
for proj in $projects ; do
echo "# Validating $proj SVN URL"
if ! svn ls $Base_url/tags/RELEASE_$Release_no_dot/rc$RC > /dev/null 2>&1 ; then
if ! svn ls $Base_url/$proj/tags/RELEASE_$Release_no_dot/rc$RC > /dev/null 2>&1 ; then
echo "llvm $Release release candidate $RC doesn't exist!"
exit 1
fi