From 392875a2bb4e460e2653c996e4227e84b159c42f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 Oct 2010 00:11:54 +0000 Subject: [PATCH] Further wscript tweak. git-svn-id: svn://localhost/ardour2/branches/3.0@7940 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):