aboutsummaryrefslogtreecommitdiff
path: root/emconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'emconfigure')
-rwxr-xr-xemconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/emconfigure b/emconfigure
index 30fc10ec..ce98af22 100755
--- a/emconfigure
+++ b/emconfigure
@@ -23,5 +23,5 @@ from subprocess import CalledProcessError
try:
shared.Building.configure(sys.argv[1:])
except CalledProcessError, e:
- sys.exit( e.returncode )
+ sys.exit(e.returncode)