From 139edb74aa21328306f59014787dc0a3aebfdf8f Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Wed, 1 Jun 2016 16:57:49 +0300 Subject: [PATCH] [Typo] Use NEWLINE macros instead of newline There is no 'newline' variable defined, but 'NEWLINE' is. Change-Id: I48412b912df3715c515a7e356a0134b9644fa84e --- sandbox.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.mk b/sandbox.mk index 4bc3962e3..50b62e57e 100644 --- a/sandbox.mk +++ b/sandbox.mk @@ -147,7 +147,7 @@ deb $(MIRROR_MOS_UBUNTU_METHOD)://$(MIRROR_MOS_UBUNTU)$(MIRROR_MOS_UBUNTU_ROOT) deb $(MIRROR_MOS_UBUNTU_METHOD)://$(MIRROR_MOS_UBUNTU)$(MIRROR_MOS_UBUNTU_ROOT) $(MIRROR_MOS_UBUNTU_SUITE)-holdback $(MIRROR_MOS_UBUNTU_SECTION) #Extra repositories -$(if $(EXTRA_DEB_REPOS),$(subst |,$(newline)deb ,deb $(EXTRA_DEB_REPOS))) +$(if $(EXTRA_DEB_REPOS),$(subst |,$(NEWLINE)deb ,deb $(EXTRA_DEB_REPOS))) endef define apt_preferences