summaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell.c b/src/shell.c
index 2d3420f..76e26bb 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -105,8 +105,8 @@ GtkWidget *build_shell_panel(GObject *ref)
vte_terminal_set_cursor_blinks(VTE_TERMINAL(term), TRUE);
-#if 0
- vte_terminal_fork_command (term, "/bin/sh", NULL, NULL, "/", 0, 0, 0);
+#if 1
+ //vte_terminal_fork_command (term, "/bin/sh", NULL, NULL, "/", 0, 0, 0);
return result;
#endif