]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: use multiline string syntax (#8214)
authorCaio Marcelo de Oliveira Filho <cmarcelo@gmail.com>
Mon, 19 Feb 2018 09:37:19 +0000 (01:37 -0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 19 Feb 2018 09:37:19 +0000 (18:37 +0900)
commit9e70f2f81821efa4797d89c06d1f04c11e86015e
treeda03dd16ccaeb3eadcb08a9bc7b07d7255016ee5
parentba3182b91a748334b20236bcda5adfcbb749f493
meson: use multiline string syntax (#8214)

The single quote working with multiple lines is likely to be unintended. With
current versions of meson, it also causes error messages after it to report the
wrong line number. Use the documented syntax instead.
meson.build