X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mop%2Fpublic%2Fstatus.sh;h=d225760506bbd2a7743fd68d60c178bd29525d66;hb=e31fdee08ae5debcddff74c6f2340592314e7913;hp=9e795dc3c303f8e1415d07b19971c5adfc05e1cd;hpb=fc833e30d9b1315ffdeb780d5257e8e1bdafad43;p=moe.git diff --git a/mop/public/status.sh b/mop/public/status.sh index 9e795dc..d225760 100755 --- a/mop/public/status.sh +++ b/mop/public/status.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 [ -z "$1" ] || die "Usage: status"