From afed3ab2fe8396cf95719cce25396cb835ae4d29 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sun, 1 Nov 2020 21:48:36 +0100 Subject: [PATCH] dirac: squelch "WARNING: When invoking clojure.main, use -M" I have absolutely no idea what is that warning trying to say. --- dirac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirac b/dirac index 2bad9409b5..5a93a23ae2 100755 --- a/dirac +++ b/dirac @@ -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 "$@"