]> mj.ucw.cz Git - eval.git/commitdiff
HDIR should default to `.'.
authorMartin Mares <mj@ucw.cz>
Wed, 21 May 2008 13:04:38 +0000 (15:04 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 21 May 2008 13:04:38 +0000 (15:04 +0200)
eval/libeval.sh

index bd3968bbca74a06169f64a599b2231484432ae77..bbf5a8fdb1f2da20027bd02f78268da24c525cad 100644 (file)
@@ -111,7 +111,7 @@ function box-clean
 function dir-init
 {
        pstart "Initializing... "
-       [ -z "$HDIR" ] && HDIR=`pwd`
+       [ -z "$HDIR" ] && HDIR=.
        PDIR=$HDIR/problems/$PROBLEM
        SDIR=$HDIR/solutions/$CONTESTANT/$PROBLEM
        TDIR=$HDIR/testing/$CONTESTANT/$PROBLEM