pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d032b61
)
Fix style in execsh
author
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Fri, 24 Jul 2015 05:44:34 +0000
(07:44 +0200)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Fri, 24 Jul 2015 05:44:34 +0000
(07:44 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
64e2cec
..
b604f0e
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1329,9
+1329,8
@@
execsh(void)
die("who are you?\n");
}
- if (
!(sh = getenv("SHELL"))) {
+ if (
(sh = getenv("SHELL")) == NULL)
sh = (pw->pw_shell[0]) ? pw->pw_shell : shell;
- }
if (opt_cmd)
prog = opt_cmd[0];