aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/howto/meson.build')
-rw-r--r--Documentation/howto/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/meson.build b/Documentation/howto/meson.build
index c023c10416..92a08b13ee 100644
--- a/Documentation/howto/meson.build
+++ b/Documentation/howto/meson.build
@@ -41,7 +41,7 @@ custom_target(
foreach howto : howto_sources
howto_stripped = custom_target(
command: [
- find_program('sed'),
+ sed,
'-e',
'1,/^$/d',
'@INPUT@',