Skip to content

Commit 22e5f42

Browse files
committed
Makefile: quote LIVE_PLATFORMS properly
1 parent 5f19f62 commit 22e5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ live-iso-all-print:
6363
void-live-%.iso: mkiso.sh
6464
@[ -n "${CI}" ] && printf "::group::\x1b[32mBuilding $@...\x1b[0m\n" || true
6565
$(if $(findstring aarch64,$*), \
66-
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P $(LIVE_PLATFORMS), \
66+
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P "$(LIVE_PLATFORMS)", \
6767
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $*)
6868
@[ -n "${CI}" ] && printf '::endgroup::\n' || true
6969

0 commit comments

Comments
 (0)