Skip to content

Commit

Permalink
dirac: squelch "WARNING: When invoking clojure.main, use -M"
Browse files Browse the repository at this point in the history
I have absolutely no idea what is that warning trying to say.
  • Loading branch information
darwin committed Nov 1, 2020
1 parent 31e1caf commit afed3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirac
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ if [[ -n "$DIRAC_CLI_ECHO_CMD" ]]; then
set -x
fi
# shellcheck disable=SC2086
exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -m dirac.main "$@"
exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -M -m dirac.main "$@"

0 comments on commit afed3ab

Please sign in to comment.