mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 07:10:44 -08:00
Refactor build flags
This commit is contained in:
@@ -107,7 +107,7 @@ static void usage(char *arg0) {
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
cmdline_logging();
|
||||
fprintf(stderr, "MagiskBoot v" xstr(MAGISK_VERSION) "(" xstr(MAGISK_VER_CODE) ") (by topjohnwu) - Boot Image Modification Tool\n");
|
||||
fprintf(stderr, FULL_VER(MagiskBoot) " - Boot Image Modification Tool\n");
|
||||
|
||||
umask(0);
|
||||
if (argc > 1 && strcmp(argv[1], "--cleanup") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user