X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mop%2Fpublic%2Fsubmit.sh;h=25b852bf69db81425028db73fa40309b4999ea7e;hb=e31fdee08ae5debcddff74c6f2340592314e7913;hp=f597ee46b17eabf5ae1fdd5ab6067aeba06b3186;hpb=fc833e30d9b1315ffdeb780d5257e8e1bdafad43;p=moe.git diff --git a/mop/public/submit.sh b/mop/public/submit.sh index f597ee4..25b852b 100755 --- a/mop/public/submit.sh +++ b/mop/public/submit.sh @@ -4,8 +4,10 @@ set -e [ -n "$MO_ROOT" -a -d "$MO_ROOT" ] || { echo >&2 "MO_ROOT not set, giving up." ; exit 1 ; } -. $MO_ROOT/bin/lib -. $MO_ROOT/config +pushd $MO_ROOT >/dev/null +. lib/libeval.sh +. cf/mop +popd >/dev/null function usage {