execsh: missing arg argument
https://git.suckless.org/st/commit/21e0d6e8b8d20903494386e7e6f43201b3761154.html
This commit is contained in:
parent
896f5a08c8
commit
63d9b8eefe
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
|
@ -948,7 +948,7 @@ execsh(char *cmd, char **args)
|
|||
prog = sh;
|
||||
arg = NULL;
|
||||
}
|
||||
DEFAULT(args, ((char *[]) {prog, NULL}));
|
||||
DEFAULT(args, ((char *[]) {prog, arg, NULL}));
|
||||
|
||||
unsetenv("COLUMNS");
|
||||
unsetenv("LINES");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue