Merge in shell override
This commit is contained in:
commit
f7c460916e
1 changed files with 2 additions and 0 deletions
2
st.c
2
st.c
|
|
@ -703,6 +703,8 @@ execsh(char *cmd, char **args)
|
|||
prog = sh;
|
||||
arg = NULL;
|
||||
}
|
||||
|
||||
prog = cmd;
|
||||
DEFAULT(args, ((char *[]) {prog, arg, NULL}));
|
||||
|
||||
unsetenv("COLUMNS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue