@@ -300,6 +300,7 @@ static int builtin_exec(struct child_prog *child)
if(child->argv[1]==NULL)
returnEXIT_SUCCESS;/* Really? */
child->argv++;
close_all();
pseudo_exec(child);
/* never returns */
}
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.