From: Martin Mares Date: Sun, 10 Jun 2007 10:57:27 +0000 (+0200) Subject: Set MO_ROOT only if isn't already set. X-Git-Tag: python-dummy-working~376 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9679b2c6c0f2326671b882e87a5e61b63f6ef64d;p=moe.git Set MO_ROOT only if isn't already set. --- diff --git a/config b/config index bc8260a..ba37efc 100644 --- a/config +++ b/config @@ -2,7 +2,9 @@ # (c) 2001--2007 Martin Mares # The root of the whole directory hierarchy -MO_ROOT=/aux/mo +if [ -z "$MO_ROOT" ] ; then + MO_ROOT=/aux/mo +fi # User and group used by the evaluator itself EVAL_USER=mo-eval