X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fvcbuild%2Fscripts%2Flib.pl;h=d8054e469fe81cff7ac18c436c57e253ec1112ec;hb=6c6f87842bcb8ac4d36922cec5b5ce25de14756e;hp=68f66446ea5232f3180d8ce74ccb7eae5f3bc93f;hpb=f539cfbe8c157885197d1b6e4c1bcc6cbc54d0b9;p=git.git diff --git a/compat/vcbuild/scripts/lib.pl b/compat/vcbuild/scripts/lib.pl index 68f66446e..d8054e469 100644 --- a/compat/vcbuild/scripts/lib.pl +++ b/compat/vcbuild/scripts/lib.pl @@ -23,4 +23,4 @@ while (@ARGV) { } unshift(@args, "lib.exe"); # printf("**** @args\n"); -exit system(@args); +exit (system(@args) != 0);