mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
parent
31add10322
commit
51f813308e
10 changed files with 22 additions and 22 deletions
2
.github/scripts/cmp-config.pl
vendored
2
.github/scripts/cmp-config.pl
vendored
|
|
@ -135,4 +135,4 @@ foreach my $v (keys %remove) {
|
|||
}
|
||||
|
||||
# return the exit code from diff
|
||||
exit system("diff -u /tmp/autotools /tmp/cmake") >> 8;
|
||||
exit system('diff', ('-u', '/tmp/autotools', '/tmp/cmake')) >> 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue