From 1b69fa048cb5ad0292fcd12b8e47fa00c25c30f1 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 22 Jun 2010 20:06:25 +0000 Subject: [PATCH] Merge 1.3.6 r667:668 into 1.4.2 and trunk --- build/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/commands.py b/build/commands.py index 0697f0c7..aef12afb 100644 --- a/build/commands.py +++ b/build/commands.py @@ -377,7 +377,7 @@ class InternalCommands: def find_revision(self): p = subprocess.Popen(['svn', 'info'], stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = p.communicate() - + if p.returncode != 0: raise Exception('Could not get revision - svn info failed with code: ' + str(p.returncode)) @@ -478,6 +478,7 @@ class InternalCommands: platform = 'Windows-x86' elif type == 'mac': + ext = 'dmg' platform = 'MacOSX-Universal' if not platform: