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

cvsimport: Don't let local settings hinder cvs user-migration.

Avoid this by passing "--norc" to cvsps.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Andreas Ericsson 2005-11-25 02:37:09 +01:00 committed by Junio C Hamano
parent ee72aeaf00
commit 2c52a42dd7

View File

@ -502,7 +502,7 @@ ($$)
if ($opt_P) {
exec("cat", $opt_P);
} else {
exec("cvsps",@opt,"-u","-A",'--root',$opt_d,$cvs_tree);
exec("cvsps","--norc",@opt,"-u","-A",'--root',$opt_d,$cvs_tree);
die "Could not start cvsps: $!\n";
}
}