git-cvsexportcommit.perl: exit with non-0 status if patch fails.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
ebdbfa8b55
commit
8b3fbeef39
@ -190,7 +190,7 @@ if ($dirtypatch) {
|
|||||||
print "NOTE: One or more hunks failed to apply cleanly.\n";
|
print "NOTE: One or more hunks failed to apply cleanly.\n";
|
||||||
print "Resolve the conflicts and then commit using:n";
|
print "Resolve the conflicts and then commit using:n";
|
||||||
print "\n $cmd\n\n";
|
print "\n $cmd\n\n";
|
||||||
exit;
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user