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:
parent
3fd3a2a2af
commit
76f0b24d2a
2 changed files with 9 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue