Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pv/maint-add-p-no-exclude'
[gitweb.git]
/
compat
/
vcbuild
/
scripts
/
clink.pl
diff --git
a/compat/vcbuild/scripts/clink.pl
b/compat/vcbuild/scripts/clink.pl
index 0ffd59f9fb12e711ff415df8cf9d3be1a1c3988f..f9528c0ea10db41f948e6d24b84125d2d54f6dda 100644
(file)
--- a/
compat/vcbuild/scripts/clink.pl
+++ b/
compat/vcbuild/scripts/clink.pl
@@
-45,4
+45,4
@@
push(@args, @cflags);
}
#printf("**** @args\n");
-exit
system(@args
);
+exit
(system(@args) != 0
);