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 da7dcda3b639d0857c6cd49b361d8e2dd49fa35d..d49494abc22c79bea15d60a503a971dcd1e7650e 100755 (executable)
     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);
 }