Merge branch 'tr/nth-previous-is-a-commit'
[gitweb.git] / compat / vcbuild / scripts / lib.pl
old mode 100644 (file)
new mode 100755 (executable)
index 68f6644..d8054e4
@@ -23,4 +23,4 @@
 }
 unshift(@args, "lib.exe");
 # printf("**** @args\n");
-exit system(@args);
+exit (system(@args) != 0);