From 9679b2c6c0f2326671b882e87a5e61b63f6ef64d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Jun 2007 12:57:27 +0200 Subject: [PATCH] Set MO_ROOT only if isn't already set. --- config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2