Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Tidy up - slight simplification of rev-list.c
[gitweb.git]
/
git-cvsimport-script
diff --git
a/git-cvsimport-script
b/git-cvsimport-script
index cdf989161435fd9bbc4791ae4a227be199b6dfae..6d5a7fad38b128876903c96ce3badcc01001b185 100755
(executable)
--- a/
git-cvsimport-script
+++ b/
git-cvsimport-script
@@
-40,7
+40,7
@@
END
exit(1);
}
-getopts("h
q
vo:d:p:C:z:") or usage();
+getopts("hvo:d:p:C:z:") or usage();
usage if $opt_h;
@ARGV <= 1 or usage();
@@
-317,6
+317,7
@@
sub file {
$res = $self->_line($fh);
die "No input: $fn $rev\n" unless defined $res;
}
+ close ($fh);
return ($name, $res);
}