1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-08 02:46:08 +02:00

Fix cvsexportcommit syntax error

There is a syntax error in cvsexport script:

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Alexander Litvinov 2005-11-09 13:02:58 +06:00 committed by Junio C Hamano
parent f37d0cc3ff
commit e09f5d7b07

View File

@ -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];