git-cvsexportcommit.perl: exit with non-0 status if patch fails.
authorKevin Geiss <kevin@desertsol.com>
Mon, 14 Nov 2005 16:42:36 +0000 (09:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Nov 2005 21:20:59 +0000 (13:20 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl

index da7dcda..d49494a 100755 (executable)
@@ -190,7 +190,7 @@ if ($dirtypatch) {
     print "NOTE: One or more hunks failed to apply cleanly.\n";
     print "Resolve the conflicts and then commit using:n";
     print "\n    $cmd\n\n";
-    exit;
+    exit(1);
 }