From 67d97c2848dec9f3396a4a1c3bf10161e0071562 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 21 May 2008 15:04:38 +0200 Subject: [PATCH] HDIR should default to `.'. --- eval/libeval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2