1
0
Fork 0
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:
Jason N. 2024-03-12 16:02:37 -04:00
parent 5ddd48b95c
commit 861a059649
2 changed files with 10 additions and 10 deletions

View file

@ -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); \