From e09f5d7b07ada67f9e9c25ba7e58d76b8d5f4253 Mon Sep 17 00:00:00 2001 From: Alexander Litvinov Date: Wed, 9 Nov 2005 13:02:58 +0600 Subject: [PATCH] Fix cvsexportcommit syntax error There is a syntax error in cvsexport script: Signed-off-by: Junio C Hamano --- git-cvsexportcommit.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 7074b0c21b..50b041c324 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]; -- 2.11.4.GIT