[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add C shell used in BSD
noreply at xfce.org
noreply at xfce.org
Wed Sep 7 16:09:14 CEST 2016
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit 2274e76083c3d0bf0bfb77d622cd611917a354ef
Author: Igor <f2404 at yandex.ru>
Date: Wed Sep 7 17:09:08 2016 +0300
Add C shell used in BSD
---
terminal/terminal-screen.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 3473fba..6a3bf97 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -522,6 +522,7 @@ terminal_screen_get_child_command (TerminalScreen *screen,
"/bin/dash", "/usr/bin/dash",
"/bin/zsh", "/usr/bin/zsh",
"/bin/tcsh", "/usr/bin/tcsh",
+ "/bin/csh", "/usr/bin/csh",
"/bin/ksh", "/usr/bin/ksh" };
if (screen->custom_command != NULL)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list