(void)fprintf(stderr,"%s: %s: command not found\n",Argv[0],Argv[1]);
exit(1);
}
}
if((cmnd=strdup(cmnd))==NULL){
perror("malloc");
@@ -302,6 +301,7 @@ static void load_globals()
exit(1);
}
}
}
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.