@ -1021,7 +1021,7 @@ int main (int argc, char **argv)
* Use the shell and create an argv
* with the rest of the command line included.
*/
argv[-1]=shellstr;
argv[-1]=cp;
#ifndef USE_PAM
execve_shell(shellstr,&argv[-1],environ);
err=errno;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.