diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-03 16:38:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-03 16:38:01 +0300 |
commit | 8f4f7db8d7efd277720f34d051d615fca29753fa (patch) | |
tree | e0fd60893f53670f344a89cb57325b1312747363 /community | |
parent | 68d7979291922385c3d3a3ec1f917401e2205757 (diff) | |
download | repository-8f4f7db8d7efd277720f34d051d615fca29753fa.tar.gz |
notmuch: fix shellcheck error
Diffstat (limited to 'community')
-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 \ |