]> mj.ucw.cz Git - moe.git/blobdiff - mop/public/check.sh
Fix in status parsing, add test, add update test
[moe.git] / mop / public / check.sh
index 6a8012f2bcfefee60ab3c2c174d8cba91a867614..c82c174d2216834ac9d3fd95ea892bdb8d598d24 100755 (executable)
@@ -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
 {