X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsexportcommit.perl;h=d1051d074bcf685dcc57cae90cca9053dc71a76f;hb=e968751573a4ded76201a0e4414ec36649a92dda;hp=57088c3f0bbdcb27c79c6b3c22dc1b4e7327bb0b;hpb=9202434cbdfb123f41fc677bbf36ff21f6094fc8;p=git.git diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 57088c3f..d1051d07 100755 --- a/git-cvsexportcommit.perl +++ b/git-cvsexportcommit.perl @@ -134,7 +134,7 @@ foreach my $f (@afiles) { 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) {