mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
exeflat: try to fix CI displaying upx output before exeflat output
This commit is contained in:
parent
b5299924c2
commit
9343e00f9a
@ -545,6 +545,7 @@ int main(int argc, char **argv)
|
||||
memcpy(cmdbuf + len, tmpexe, len2);
|
||||
cmdbuf[len + len2] = '\0';
|
||||
printf("%s\n", cmdbuf);
|
||||
fflush(stdout);
|
||||
if (system(cmdbuf))
|
||||
{
|
||||
printf("Problems executing %s\n", cmdbuf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user