mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
Fix minor issue with Makefile.
This commit is contained in:
@@ -42,7 +42,7 @@ pull:
|
||||
build-nopull:
|
||||
@for tag in $(TAGS); do \
|
||||
dir=`echo "$${tag}" | sed s:-:/:`; \
|
||||
if [ "$${tag}" == 'latest' ]; then \
|
||||
if [ "$${tag}" = 'latest' ]; then \
|
||||
dir='.'; \
|
||||
fi; \
|
||||
echo " - Building $(IMAGE):$${tag}..."; \
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ pull:
|
||||
build-nopull:
|
||||
@for tag in $(TAGS); do \
|
||||
dir=`echo "$${tag}" | sed s:-:/:`; \
|
||||
if [ "$${tag}" == 'latest' ]; then \
|
||||
if [ "$${tag}" = 'latest' ]; then \
|
||||
dir='.'; \
|
||||
fi; \
|
||||
echo " - Building $(IMAGE):$${tag}..."; \
|
||||
|
||||
Reference in New Issue
Block a user