Fixed issue in the install script. 5_4_x

Sun, 27 Apr 2014 19:20:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 27 Apr 2014 19:20:08 +0200
branch
5_4_x
changeset 3543
be1eb4e203c0
parent 3530
1898d204656d
child 3548
509de9ee6cb8

Fixed issue in the install script.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Wed Apr 23 18:44:52 2014 +0200
+++ b/install.py	Sun Apr 27 19:20:08 2014 +0200
@@ -1102,7 +1102,7 @@
         if sys.platform.startswith("win"):
             optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:")
         elif sys.platform == "darwin":
-            optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:p:")
+            optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:m:n:p:")
         else:
             optlist, args = getopt.getopt(argv[1:], "chxza:b:d:f:i:")
     except getopt.GetoptError:

eric ide

mercurial