From: Martin Mares Date: Wed, 21 May 2008 13:04:38 +0000 (+0200) Subject: HDIR should default to `.'. X-Git-Tag: python-dummy-working~179 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=67d97c2848dec9f3396a4a1c3bf10161e0071562;p=eval.git HDIR should default to `.'. --- diff --git a/eval/libeval.sh b/eval/libeval.sh index bd3968b..bbf5a8f 100644 --- a/eval/libeval.sh +++ b/eval/libeval.sh @@ -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