X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=08a890c2bb4292ddb4c7705da4ddc5a21bd1219a;hb=9470657ad0d0472e3e3c2e352334f60e7bd777c1;hp=efe193439bda26d72be3f94b9dd164013967b14f;hpb=8366a10ab21f22deb7ea4a9dbd02effcd279318c;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index efe19343..08a890c2 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -502,7 +502,7 @@ unless($pid) { 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"; } }