git-svn: correctly display fatal() error messages
commit155bd0ce23144e5c7067965a22646523f1a38b51
authorEric Wong <normalperson@yhbt.net>
Tue, 12 Dec 2006 22:47:02 +0000 (12 14:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 09:51:35 +0000 (13 01:51 -0800)
tree7f0d230675f6ea226fa1d8be02fdcc04fc8ad643
parentb42a044f5942c64bbc94aa2f4637d8290748e634
git-svn: correctly display fatal() error messages

If I wanted to print $@, I'd pass $@ to fatal().  This looks like
a stupid typo on my part.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl