always run svn cleanup when updating. fixes issues where the user ctrl-c'd a previous update

git-svn-id: file:///home/svn/framework3/trunk@12968 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2011-06-17 22:40:49 +00:00
parent db1619d035
commit 5ffd2307e5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $stderr.puts ""
wait = (ARGV.shift.to_s == "wait")
system("svn", "cleanup")
system("svn", "update", *ARGV)
if wait