X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=submit%2Fremote-submit;h=ef30ccb73f1842ac1fbbb5ef1d28a5e2228bf376;hb=8b3af4ea3647832046e7f140c78181986429aea9;hp=543ed7a4bb5d77c81aaaf3185482ac05d411604b;hpb=3043ffa0cb666e509d5b07e479ead4792fbf722d;p=eval.git diff --git a/submit/remote-submit b/submit/remote-submit index 543ed7a..ef30ccb 100755 --- a/submit/remote-submit +++ b/submit/remote-submit @@ -6,8 +6,8 @@ use warnings; 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"} . "/lib/perl5"; -use lib "."; ### FIXME use MO::Submit; use Sherlock::Object;