Fix minor issue with Makefile.

This commit is contained in:
Paolo Cuffiani
2015-11-12 15:25:59 +01:00
parent a21fa756d4
commit 173e4cec5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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}..."; \