summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-29 00:11:54 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-29 00:11:54 +0000
commit392875a2bb4e460e2653c996e4227e84b159c42f (patch)
treea4e3ff5ad8191f058799507e5932b03eeca91223 /wscript
parent659126bb5291e4e6d366a564128595c25149c72a (diff)
Further wscript tweak.
git-svn-id: svn://localhost/ardour2/branches/3.0@7940 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b32d2e003b..235fa5aed2 100644
--- a/wscript
+++ b/wscript
@@ -75,7 +75,7 @@ def fetch_bzr_revision (path):
def create_stored_revision():
rev = ""
if os.path.exists('.svn'):
- rev = fetch_svn_revision('.');
+ rev = fetch_svn_revision('.').splitlines()
elif os.path.exists('.git'):
rev = fetch_git_revision('.');
elif os.path.exists('.bzr'):