Merge pull request #37383 from hedning/notmuch-fix-/bin/sh

notmuch: fix /bin/sh impurity in ./configure
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:07:35 -05:00 committed by GitHub
commit c472940c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
++ optionals (!stdenv.isDarwin) [ gdb man ]; # test dependencies
postPatch = ''
patchShebangs configure
find test/ -type f -exec \
sed -i \
-e "1s|#!/usr/bin/env bash|#!${bash}/bin/bash|" \