X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=bin%2Flib;h=e62db7ee2eaec26b5959c1f8eae15871f0715dfe;hb=dd1e8d7e853ee5a83a89982a6a5af0efce4efa66;hp=b912be78b49eb3dd7d80079838faf8188d82391d;hpb=6493c533ffbb60605df2c8cbbb0a3493f8431bba;p=eval.git diff --git a/bin/lib b/bin/lib index b912be7..e62db7e 100644 --- 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" }