mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 04:39:48 +00:00
Fix return status, picked up by Stefan
This commit is contained in:
parent
63ae66198d
commit
95bfe631a4
@ -1500,6 +1500,6 @@ extern int dpkg_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
return(EXIT_FAILURE);
|
||||
return(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user