Skip to content
Snippets Groups Projects
Unverified Commit 7b31bdae authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Fix build script quoting (#29351)

It does the wrong thing when passing in a list of :steps.

c.f. discussion at https://metaboat.slack.com/archives/C010L1Z4F9S/p1678905945881399
parent 952af410
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ check_clojure_cli
source "./bin/clear-outdated-cpcaches.sh"
clear_outdated_cpcaches
clojure -X:drivers:build:build/all $@
clojure -X:drivers:build:build/all "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment