We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e1caf commit afed3abCopy full SHA for afed3ab
dirac
@@ -124,4 +124,4 @@ if [[ -n "$DIRAC_CLI_ECHO_CMD" ]]; then
124
set -x
125
fi
126
# shellcheck disable=SC2086
127
-exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -m dirac.main "$@"
+exec clojure -Sdeps "$DEPS" $DIRAC_CLI_CLOJURE_OPTS -M -m dirac.main "$@"
0 commit comments