summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee72aea)
raw | patch | inline | side by side (parent: ee72aea)
author | Andreas Ericsson <exon@op5.se> | |
Fri, 25 Nov 2005 01:37:09 +0000 (02:37 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 25 Nov 2005 11:38:18 +0000 (03:38 -0800) |
Avoid this by passing "--norc" to cvsps.
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl | patch | blob | history |
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index efe193439bda26d72be3f94b9dd164013967b14f..08a890c2bb4292ddb4c7705da4ddc5a21bd1219a 100755 (executable)
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
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";
}
}