Skip to content

Commit

Permalink
Merge pull request #18 from devilbox/fix-exports
Browse files Browse the repository at this point in the history
Remove wrong @ sign
  • Loading branch information
cytopia authored Nov 8, 2022
2 parents ed42bae + 2d2df4c commit 73cef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ docker-pull-base-image:
@echo
# These variables will be exported to the shell
@if [ -n $(DOCKER_PULL_VARIABLES) ];then for e in $(DOCKER_PULL_VARIABLES);do export "$${e}";done;fi; \
@echo $(_DOCKER_PULL_BASE_IMAGES_FOUND) | sed 's/\s/\n/g' | while read -r line; do \
echo $(_DOCKER_PULL_BASE_IMAGES_FOUND) | sed 's/\s/\n/g' | while read -r line; do \
if echo "$(DOCKER_PULL_BASE_IMAGES_IGNORE)" | grep -F "$${line}" >/dev/null; then \
continue; \
fi; \
Expand Down

0 comments on commit 73cef24

Please sign in to comment.