diff options
-rwxr-xr-x | community/notmuch/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/notmuch/build b/community/notmuch/build index 86e207f4..dcb41b69 100755 --- a/community/notmuch/build +++ b/community/notmuch/build @@ -1,6 +1,6 @@ #!/bin/sh -e -BASHCMD=$(command -v bash) || BASHCMD=sh +BASHCMD=$(command -v bash || command -v sh) export BASHCMD ./configure \ |