Skip to content

Commit d0d83a6

Browse files
committed
default to 0 if no max_score passed
1 parent 8c1a08e commit d0d83a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ while [ $# -gt 0 ]; do
1212
;;
1313
--max-score=*)
1414
MAX_SCORE="${1#*=}"
15+
MAX_SCORE="${MAX_SCORE:-0}"
1516
;;
1617
--setup-command=*)
1718
SETUP_COMMAND="${1#*=}"

0 commit comments

Comments
 (0)