diff options
Diffstat (limited to 'Documentation/howto/meson.build')
| -rw-r--r-- | Documentation/howto/meson.build | 2 |
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@', |
