Browse Source

svn import: typo fix

Fixed a minor typo

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
maint
Matthias Urlichs 20 years ago
parent
commit
16e685967d
  1. 2
      git-svnimport.perl

2
git-svnimport.perl

@ -26,7 +26,7 @@ use IPC::Open2;
use SVN::Core; use SVN::Core;
use SVN::Ra; use SVN::Ra;


die "Need CVN:COre 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1"; die "Need CVN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";


$SIG{'PIPE'}="IGNORE"; $SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC"; $ENV{'TZ'}="UTC";

Loading…
Cancel
Save