mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
weston-launch: Use /bin/sh for launching weston
https://bugs.freedesktop.org/show_bug.cgi?id=68739
This commit is contained in:
parent
a1b95ae35f
commit
ffcbc44574
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ launch_compositor(struct weston_launch *wl, int argc, char *argv[])
|
|||
sigaddset(&mask, SIGINT);
|
||||
sigprocmask(SIG_UNBLOCK, &mask, NULL);
|
||||
|
||||
child_argv[0] = wl->pw->pw_shell;
|
||||
child_argv[0] = "/bin/sh";
|
||||
child_argv[1] = "-l";
|
||||
child_argv[2] = "-c";
|
||||
child_argv[3] = BINDIR "/weston \"$@\"";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue