@@ -38,5 +38,5 @@ extern int tty_main(int argc, char **argv)
else
puts("not a tty");
}
return(isatty(0)?TRUE:FALSE);
return(isatty(0)?EXIT_SUCCESS:EXIT_FAILURE);
}
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.