Fix minor gramatical error in logging
This commit is contained in:
parent
0916c1be82
commit
aabb225eb7
2
Makefile
2
Makefile
|
@ -247,7 +247,7 @@ correctstatus: status apt-update
|
||||||
apt-update: status
|
apt-update: status
|
||||||
$(Q)if [ "$(ARCHES)" != "source" ] ; then \
|
$(Q)if [ "$(ARCHES)" != "source" ] ; then \
|
||||||
for ARCH in $(ARCHES); do \
|
for ARCH in $(ARCHES); do \
|
||||||
echo "Apt-get is updating his files ..."; \
|
echo "Apt-get is updating its files ..."; \
|
||||||
ARCH=$$ARCH $(apt) update; \
|
ARCH=$$ARCH $(apt) update; \
|
||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue