Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
svn import: typo fix
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index f9318c85cde0fd574285d1266998904574fb6e4d..821f51f105903c5241dcf8a55092dc6ed3fc76b3 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-26,7
+26,7
@@
use SVN::Core;
use SVN::Ra;
-die "Need CVN:C
O
re 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
+die "Need CVN:C
o
re 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
$SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC";