From 42bc71053027e007740e87852c4c82a887dc4c0d Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Tue, 24 Jan 2023 16:42:08 -0500 Subject: Revert "build: Escape single quotes in help2man custom target" This reverts commit 4207034e6f854469f5a2f691586994a8de001a9c. --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/meson.build b/data/meson.build index 940e175..6cdfea5 100644 --- a/data/meson.build +++ b/data/meson.build @@ -31,7 +31,7 @@ if help2man.found() and not meson.is_cross_build() help2man_opts = [ '--no-info', '--section=1', - '--help-option=\'--help-all\'', + '--help-option=--help-all', '--include=@INPUT@', ] -- cgit v1.2.1