Skip to content

Commit

Permalink
meson.build: Remove unnecessary check for sh
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv committed Feb 19, 2022
1 parent 576e8e0 commit e5d0810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if (
], language : 'c')
endif

sh = find_program('sh', required : true)
bash = find_program('bash', required : false)

libcap_dep = dependency('libcap', required : true)
Expand Down

0 comments on commit e5d0810

Please sign in to comment.