XQuartz: Fixed copy-paste error with login_shell commit

This commit is contained in:
Jeremy Huddleston 2008-01-12 21:24:34 -08:00
parent f216314448
commit 6deec3acc6

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;