Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/1.7.0-status'
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
lib.pl
diff --git
a/compat/vcbuild/scripts/lib.pl
b/compat/vcbuild/scripts/lib.pl
index 68f66446ea5232f3180d8ce74ccb7eae5f3bc93f..d8054e469fe81cff7ac18c436c57e253ec1112ec 100644
(file)
--- a/
compat/vcbuild/scripts/lib.pl
+++ b/
compat/vcbuild/scripts/lib.pl
@@
-23,4
+23,4
@@
}
unshift(@args, "lib.exe");
# printf("**** @args\n");
-exit
system(@args
);
+exit
(system(@args) != 0
);