projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
NEWS update
[paraslash.git]
/
exec.c
diff --git
a/exec.c
b/exec.c
index b8f2df57f8c3c5768bb586aa34a5427decd29eae..95bc43e4fae19d9791b36e5e7be2b06b1dc2ebb8 100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-147,7
+147,7
@@
int para_exec_cmdline_pid(pid_t *pid, const char *cmdline, int *fds)
if (!tmp)
exit(EXIT_FAILURE);
- argc = split_args(tmp, &argv,
' '
);
+ argc = split_args(tmp, &argv,
" \t"
);
ret = para_exec(pid, argv[0], argv, fds);
free(argv);
free(tmp);