From aa92150dba62403ffeb0e7e6e0227b8eb80f47d8 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Sun, 13 Nov 2016 18:53:07 +0100 Subject: [PATCH] config: Add missing \ in bootanimation pick Change-Id: Id61a196f97115c70b7d1dcf84fe830b72834a17c --- config/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 00a536cb..6c4d8f95 100644 --- a/config/common.mk +++ b/config/common.mk @@ -15,7 +15,7 @@ bootanimation_sizes := $(subst .zip,,$(shell ls -1 vendor/cm/prebuilt/common/boo # find the appropriate size and set define check_and_set_bootanimation $(eval TARGET_BOOTANIMATION_NAME := $(shell \ - if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then + if [ -z "$(TARGET_BOOTANIMATION_NAME)" ]; then \ if [ "$(1)" -le "$(TARGET_BOOTANIMATION_SIZE)" ]; then \ echo $(1); \ exit 0; \