Commit 467fa1a556c8e58826112708737da55079543f70

SSE4 2019-02-22T03:16:16

- fix script Signed-off-by: SSE4 <tomskside@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build.py b/build.py
index 53d7e7e..103c931 100644
--- a/build.py
+++ b/build.py
@@ -5,7 +5,7 @@
 import os
 import sys
 
-def run(command)
+def run(command):
     status = os.system(command)
     if 0 != status:
         sys.exit(command)