install.py

branch
5_4_x
changeset 3543
be1eb4e203c0
parent 3514
f694be6063ef
child 3608
67d158ccb9b9
--- 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