mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Further wscript tweak.
git-svn-id: svn://localhost/ardour2/branches/3.0@7940 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
659126bb52
commit
392875a2bb
1 changed files with 1 additions and 1 deletions
2
wscript
2
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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue