Merge "Fix TWS requirement in definitions.mk"

This commit is contained in:
Anton Hansson 2018-10-03 15:41:22 +00:00 committed by Gerrit Code Review
commit ee08d635c7
1 changed files with 1 additions and 1 deletions

View File

@ -3234,7 +3234,7 @@ endif
##
## $(1): path to validate
define try-validate-path-is-subdir
$(strip
$(strip \
$(if $(filter /%,$(1)),
$(1) starts with a slash
)