This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 247551
Collapse All | Expand All

(-)a/dlight.terminal/src/org/netbeans/modules/dlight/terminal/action/TerminalSupportImpl.java (+2 lines)
Lines 213-218 Link Here
213
                        String shell = hostInfo.getLoginShell();
213
                        String shell = hostInfo.getLoginShell();
214
                        if (dir != null) {
214
                        if (dir != null) {
215
                            npb.setWorkingDirectory(dir);
215
                            npb.setWorkingDirectory(dir);
216
                        } else {
217
                            npb.setWorkingDirectory(System.getProperty("user.home"));
216
                        }
218
                        }
217
//                            npb.setWorkingDirectory("${HOME}");
219
//                            npb.setWorkingDirectory("${HOME}");
218
                        npb.setExecutable(shell);
220
                        npb.setExecutable(shell);

Return to bug 247551