13
0

Further wscript tweak.

git-svn-id: svn://localhost/ardour2/branches/3.0@7940 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-10-29 00:11:54 +00:00
parent 659126bb52
commit 392875a2bb

View File

@ -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'):