From e09f5d7b07ada67f9e9c25ba7e58d76b8d5f4253 Mon Sep 17 00:00:00 2001 From: Alexander Litvinov Date: Wed, 9 Nov 2005 13:02:58 +0600 Subject: Fix cvsexportcommit syntax error There is a syntax error in cvsexport script: Signed-off-by: Junio C Hamano diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 7074b0c..50b041c 100755 --- a/git-cvsexportcommit.perl +++ b/git-cvsexportcommit.perl @@ -64,7 +64,7 @@ if ($parent) { last; }; # found it die "Did not find $parent in the parents for this commit!"; -s } + } } else { # we don't have a parent from the cmdline... if (@parents == 1) { # it's safe to get it from the commit $parent = $parents[0]; -- cgit v0.10.2-6-g49f6