XQuartz: Fixed copy-paste error with login_shell commit

(cherry picked from commit 6deec3acc6)
This commit is contained in:
Jeremy Huddleston 2008-01-12 21:24:34 -08:00
parent 6fd4a5e2e4
commit 180a5aba4d

View File

@ -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;