ports/misc/mc/files/patch-src-subshell.c
Max Khon fb13a921b8 Update to 4.6.2
PR:		131355
Submitted by:	Yi-Jheng Lin
2009-02-04 09:40:12 +00:00

12 lines
309 B
C

--- src/subshell.c.orig
+++ src/subshell.c
@@ -386,6 +386,8 @@
subshell_type = ZSH;
else if (strstr (shell, "/tcsh"))
subshell_type = TCSH;
+ else if (strstr (shell, "/csh"))
+ subshell_type = TCSH;
else if (strstr (shell, "/bash") || getenv ("BASH"))
subshell_type = BASH;
else {