1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

add quotes

This commit is contained in:
Jason N. 2024-03-15 15:21:03 -04:00
parent 3fd3a2a2af
commit 76f0b24d2a
2 changed files with 9 additions and 4 deletions

View file

@ -35,7 +35,7 @@ get_templates = $(shell ls lorax_templates/$(1)_*.tmpl) \
# Get a list of tests for the feature
# $1 = test type
# $2 = feature
run_tests = tests=$(shell ls tests/$(1)/$(2)_*); \
run_tests = tests="$(shell ls tests/$(1)/$(2)_*)"; \
if [ -n "$$tests" ]; \
then \
chmod +x $$tests; \