From ef526bd256837dfc8330c9535beed2e5fd040623 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sun, 2 Oct 2011 12:01:43 +0100 Subject: [PATCH] Fixed very silly build script bug --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index 490c50fd..d1d223ce 100644 --- a/common.py +++ b/common.py @@ -138,7 +138,7 @@ class vcs_svn(vcs): if rev is None: revargs = [] else: - revargs = [' -r ', rev] + revargs = ['-r', rev] for svncommand in ( 'svn revert -R .', r"svn status | awk '/\?/ {print $2}' | xargs rm -rf"): -- 2.30.2