X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fvcbuild%2Fscripts%2Fclink.pl;h=8a2112f22f46b3066d75bd5472dfe05bf88836c8;hb=73d66323ac78c750ba42fef23b1cb8fd2110e023;hp=fce1e2423e4bf29d41d11059885b1f187be628df;hpb=c36e16385be363a11abaa4a43edd5a2b2b2dff81;p=git.git diff --git a/compat/vcbuild/scripts/clink.pl b/compat/vcbuild/scripts/clink.pl index fce1e2423..8a2112f22 100644 --- a/compat/vcbuild/scripts/clink.pl +++ b/compat/vcbuild/scripts/clink.pl @@ -48,4 +48,4 @@ if ($is_linking) { push(@args, @cflags); } #printf("**** @args\n"); -exit system(@args); +exit (system(@args) != 0);