Merge "releasetools: Raise on image building errors."
diff --git a/core/definitions.mk b/core/definitions.mk
index ded969b..51eeadc 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -3234,7 +3234,7 @@
 ##
 ## $(1): path to validate
 define try-validate-path-is-subdir
-$(strip 
+$(strip \
     $(if $(filter /%,$(1)),
         $(1) starts with a slash
     )