diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2006-06-17 19:46:40 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-17 16:06:18 -0700 |
commit | e968751573a4ded76201a0e4414ec36649a92dda (patch) | |
tree | fe968f67c4e64a412efae0d50b709320768fbf15 /git-cvsexportcommit.perl | |
parent | 9202434cbdfb123f41fc677bbf36ff21f6094fc8 (diff) | |
download | git-e968751573a4ded76201a0e4414ec36649a92dda.tar.gz git-e968751573a4ded76201a0e4414ec36649a92dda.tar.xz |
git-cvsexportcommit.perl: fix typo
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-cvsexportcommit.perl')
-rwxr-xr-x | git-cvsexportcommit.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 57088c3f0..d1051d074 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) { |