Skip to content

Commit

Permalink
Fix cvsexportcommit syntax error
Browse files Browse the repository at this point in the history
There is a syntax error in cvsexport script:

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Alexander Litvinov authored and Junio C Hamano committed Nov 9, 2005
1 parent f37d0cc commit e09f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
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];
Expand Down

0 comments on commit e09f5d7

Please sign in to comment.