diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 11:26:39 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 11:26:39 +0200 |
commit | bdc3bacff7e149933275fa4ecbc5644773ca12c5 (patch) | |
tree | 887c1c0795e5e98bc41a92770879fa3023c9bf4e /tests/t0500-find.sh | |
parent | f7764184104315b620ddb39be691145863e089ab (diff) | |
download | pass-bdc3bacff7e149933275fa4ecbc5644773ca12c5.tar.gz pass-bdc3bacff7e149933275fa4ecbc5644773ca12c5.tar.bz2 pass-bdc3bacff7e149933275fa4ecbc5644773ca12c5.zip |
Allow overridable bash.
Diffstat (limited to '')
-rwxr-xr-x | tests/t0500-find.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0500-find.sh b/tests/t0500-find.sh index 5c2cc5b..3cf6815 100755 --- a/tests/t0500-find.sh +++ b/tests/t0500-find.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='Find check' cd "$(dirname "$0")" |