Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'wk/submodule-on-branch'
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
lib.pl
diff --git
a/compat/vcbuild/scripts/lib.pl
b/compat/vcbuild/scripts/lib.pl
old mode 100644
(file)
new mode 100755
(executable)
index
68f6644
..
d8054e4
--- 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
);