commit | b34578cf741a2ba6530e6d20d76a48d1abd01cdc | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Aug 02 17:49:17 2024 +0000 |
committer | Joe Onorato <joeo@google.com> | Wed Aug 28 20:21:31 2024 +0000 |
tree | 457d3b99fe29ad4dddd48c536808202e077fd7ad | |
parent | d53df1b1158cfc5a7d82bfe40cac31828d7022ee [diff] |
Fix newline for dumpconfig Test: build/make/ci/dump_product_config Change-Id: Ie4481513b58f589a00b092114135788b1c4c62cd
diff --git a/core/dumpconfig.mk b/core/dumpconfig.mk index 640fe10..8991d6e 100644 --- a/core/dumpconfig.mk +++ b/core/dumpconfig.mk
@@ -56,7 +56,7 @@ # Escape quotation marks for CSV, and wraps in quotation marks. define escape-for-csv -"$(subst ","",$1)" +"$(subst ","",$(subst $(newline), ,$1))" endef # Args: