]> git.cworth.org Git - notmuch/commitdiff
perf-tests: #!/bin/bash -> #!/usr/bin/env bash
authorWilliam Casarin <jb55@jb55.com>
Fri, 31 May 2019 18:32:50 +0000 (11:32 -0700)
committerDavid Bremner <david@tethera.net>
Fri, 7 Jun 2019 10:59:56 +0000 (07:59 -0300)
I couldn't run the performance tests on my machines due to a hardcoded
bash path. Use env for finding bash in weird systems like NixOS.

Signed-off-by: William Casarin <jb55@jb55.com>

No differences found