X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=08a890c2bb4292ddb4c7705da4ddc5a21bd1219a;hb=e6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd;hp=efe193439bda26d72be3f94b9dd164013967b14f;hpb=8fc66df237afce0b4318657f166b3583831949f3;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"; } }