X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2Fremote-submit;h=ef30ccb73f1842ac1fbbb5ef1d28a5e2228bf376;hb=8b3af4ea3647832046e7f140c78181986429aea9;hp=20917087b7f63b8f3ffa49c35827b25ca1841c62;hpb=f8d8a091ce25581ea862ee242305a8591e292c18;p=eval.git diff --git a/submit/remote-submit b/submit/remote-submit index 2091708..ef30ccb 100755 --- a/submit/remote-submit +++ b/submit/remote-submit @@ -7,7 +7,7 @@ BEGIN { defined $ENV{"MO_ROOT"} or die "Please set MO_ROOT to the contest root directory first.\n"; } use lib $ENV{"MO_ROOT"} . "/submit"; -use lib $ENV{"MO_ROOT"} . "/submit/lib/perl5"; +use lib $ENV{"MO_ROOT"} . "/lib/perl5"; use MO::Submit; use Sherlock::Object;