Skip to content

Commit

Permalink
git-cvsexportcommit.perl: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Sven Verdoolaege authored and Junio C Hamano committed Jun 17, 2006
1 parent 9202434 commit e968751
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 @@ -134,7 +134,7 @@
and $status[0] !~ m/^File: no file /) {
$dirty = 1;
warn "File $f is already known in your CVS checkout -- perhaps it has been added by another user. Or this may indicate that it exists on a different branch. If this is the case, use -f to force the merge.\n";
warn "Status was: $status\n";
warn "Status was: $status[0]\n";
}
}
foreach my $f (@mfiles, @dfiles) {
Expand Down

0 comments on commit e968751

Please sign in to comment.