6186:83451f10f3eb | 6187:2cc7e3629784 |
---|---|
104 except getopt.GetoptError: | 104 except getopt.GetoptError: |
105 usage() | 105 usage() |
106 | 106 |
107 global platBinDir | 107 global platBinDir |
108 | 108 |
109 for opt, arg in optlist: | 109 for opt, _arg in optlist: |
110 if opt == "-h": | 110 if opt == "-h": |
111 usage(0) | 111 usage(0) |
112 elif opt == "-p": | 112 elif opt == "-p": |
113 privateInstall = 1 | 113 privateInstall = 1 |
114 | 114 |