]> mj.ucw.cz Git - eval.git/blobdiff - bin/lib
Fixed check of open-data problems from non-default directories.
[eval.git] / bin / lib
diff --git a/bin/lib b/bin/lib
index b912be78b49eb3dd7d80079838faf8188d82391d..e62db7ee2eaec26b5959c1f8eae15871f0715dfe 100644 (file)
--- a/bin/lib
+++ b/bin/lib
@@ -389,5 +389,5 @@ function open-locate
        else
                SRCN=$SDIR/$PROBLEM$TEST.out
        fi
-       [ -f $SRCN ] || fatal "Output file $SRCN not found"
+       [ -f "$SDIR/$SRCN" ] || fatal "Output file $SRCN not found"
 }