X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=mop%2Fpublic%2Fcheck.sh;h=c82c174d2216834ac9d3fd95ea892bdb8d598d24;hb=e31fdee08ae5debcddff74c6f2340592314e7913;hp=6a8012f2bcfefee60ab3c2c174d8cba91a867614;hpb=fc833e30d9b1315ffdeb780d5257e8e1bdafad43;p=moe.git diff --git a/mop/public/check.sh b/mop/public/check.sh index 6a8012f..c82c174 100755 --- a/mop/public/check.sh +++ b/mop/public/check.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 {