Introduction
Introduction Statistics Contact Development Disclaimer Help
tIf there is really someone without SHELL set, help him/her. - st - [fork] cust…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit eb6713acf1928ec94364627ed583252370051705
parent 9e813947cf4631c0ca8e5f73ebfb269ef2f8252b
Author: Christoph Lohmann <[email protected]>
Date: Tue, 9 Oct 2012 19:33:26 +0200
If there is really someone without SHELL set, help him/her.
Diffstat:
M st.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -865,6 +865,9 @@ execsh(void) {
char **args;
char *envshell = getenv("SHELL");
+ if (envshell == NULL)
+ envshell ="/bin/sh";
+
unsetenv("COLUMNS");
unsetenv("LINES");
unsetenv("TERMCAP");
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.