mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2026-02-09 14:15:17 +01:00
wrong separator
This commit is contained in:
parent
5ddd48b95c
commit
861a059649
2 changed files with 10 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -255,7 +255,7 @@ test-iso:
|
|||
done
|
||||
|
||||
# flapak tests
|
||||
if [[ -n "$(FLATPAK_REMOTE_REFS)" ]]; \
|
||||
if [ -n "$(FLATPAK_REMOTE_REFS)" ]; \
|
||||
then \
|
||||
chmod +x $(foreach test,$(filter flatpak_%,$(_TESTS)),tests/iso/$(test)); \
|
||||
for test in $(_TESTS); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue