summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-19 14:45:42 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-19 14:45:42 +0000
commite5d0810c284867b0744da055d36761d69b76fa16 (patch)
treee253fb872943fdb3d7d028051c69c5a8c0e90815
parent576e8e0e55078e7743b12782582cdb885bb0fa2d (diff)
downloadbubblewrap-e5d0810c284867b0744da055d36761d69b76fa16.tar.gz
meson.build: Remove unnecessary check for sh
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 159ab2b..06564e5 100644
--- a/meson.build
+++ b/meson.build
@@ -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)