From 30bf6ffa62e70cd8ae89eafaa58dc21345140799 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 12 Jul 1995 22:42:55 +0000 Subject: [PATCH] Don't set SHELL by default - if you chpass -s your shell, this will over-ride it and confuse several applications, including xterm --- share/skel/dot.login | 1 - 1 file changed, 1 deletion(-) diff --git a/share/skel/dot.login b/share/skel/dot.login index eb10795e208f..003b5f8ad9d9 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -1,6 +1,5 @@ #csh .login file -setenv SHELL /bin/csh set noglob eval `tset -s -m 'network:?xterm'` unset noglob