mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 08:50:19 +01:00
XQuartz: Fixed copy-paste error with login_shell commit
(cherry picked from commit 6deec3acc6)
This commit is contained in:
parent
7899c5bebf
commit
a459dde0b4
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@
|
|||
argv[0] = "/usr/bin/login";
|
||||
argv[1] = "-fp";
|
||||
argv[2] = getlogin();
|
||||
argv[3] = [X11App prefs_get_string:@PREFS_FAKE_BUTTON2 default:"/bin/sh"];
|
||||
argv[3] = [X11App prefs_get_string:@PREFS_LOGIN_SHELL default:"/bin/sh"];
|
||||
argv[4] = "-c";
|
||||
argv[5] = command;
|
||||
argv[6] = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue