From 68d7979291922385c3d3a3ec1f917401e2205757 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 3 May 2021 16:36:15 +0300 Subject: notmuch: fix bash requirement --- community/notmuch/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/notmuch/build b/community/notmuch/build index b48f9221..86e207f4 100755 --- a/community/notmuch/build +++ b/community/notmuch/build @@ -1,5 +1,8 @@ #!/bin/sh -e +BASHCMD=$(command -v bash) || BASHCMD=sh +export BASHCMD + ./configure \ --prefix=/usr \ --without-docs \ -- cgit v1.2.3