| # | Line 23 | Line 23 | public class AEInstaller2Updater { | |
|---|---|---|
| 23 | */ | |
| 24 | public static void main(String[] args) { | |
| 25 | boolean debug = false; | |
| 26 | < | for (String a : args) | 
| 26 | > | for (String a : args) { | 
| 27 | if (a.equalsIgnoreCase("-debug")) | |
| 28 | debug = true; | |
| 29 | + | if (a.equalsIgnoreCase("-usewd")) | 
| 30 | + | Paths.useWorkingDirectory = true; | 
| 31 | + | } | 
| 32 | if (!debug) { | |
| 33 | try { | |
| 34 | PrintStream ps = new PrintStream(new File(Paths.getPrefsPath(), | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |