Skip to content

Commit afed3ab

Browse files
committed
dirac: squelch "WARNING: When invoking clojure.main, use -M"
I have absolutely no idea what is that warning trying to say.
1 parent 31e1caf commit afed3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dirac

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ if [[ -n "$DIRAC_CLI_ECHO_CMD" ]]; then
124124
set -x
125125
fi
126126
# shellcheck disable=SC2086
127-
exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -m dirac.main "$@"
127+
exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -M -m dirac.main "$@"

0 commit comments

Comments
 (0)