Fixed a minor typo

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
This commit is contained in:
Matthias Urlichs 2005-10-11 14:18:01 +02:00
Родитель 8470b7f3a3
Коммит 16e685967d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ use IPC::Open2;
use SVN::Core;
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";
$ENV{'TZ'}="UTC";