git-svn: correctly display fatal() error messages
authorEric Wong <normalperson@yhbt.net>
Tue, 12 Dec 2006 22:47:02 +0000 (14:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 09:51:35 +0000 (01:51 -0800)
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>
No differences found