git-mv: shrink usage, no usage on error
[gitweb.git] / git-cvsimport.perl
index efe193439bda26d72be3f94b9dd164013967b14f..08a890c2bb4292ddb4c7705da4ddc5a21bd1219a 100755 (executable)
@@ -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";
        }
 }