Skip to content

Commit

Permalink
judges
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2024
1 parent 86f3030 commit 02abf12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
set -e
set -o pipefail

if [ -z "${JUDGES}" ]; then
JUDGES=judges
fi

SAXON=/usr/local/Saxon.jar
if [ ! -e "${SAXON}" ]; then
echo "There is not Saxon JAR at this path: ${SAXON}."
Expand Down

0 comments on commit 02abf12

Please sign in to comment.