]> mj.ucw.cz Git - eval.git/blobdiff - submit/remote-status
Fix paths and permissions.
[eval.git] / submit / remote-status
index 2b29f830c33772e2f3a833e4aae32aece75149e0..04610570f94c7796c7722283ba7566f7878b12d4 100755 (executable)
@@ -6,7 +6,7 @@ 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 $ENV{"MO_ROOT"} . "/submit/lib/perl5";
 
 use MO::Submit;