diff options
| author | Ankush Patel | 2026-02-17 20:11:19 +1300 |
|---|---|---|
| committer | Ankush Patel | 2026-02-17 20:15:53 +1300 |
| commit | 3a5675480b1ac35c938a4776240b16c20ec134ff (patch) | |
| tree | eab9331694c76103e1d3b6aa844e6e66afeff38c /tests/canonical-benchmarks.bash | |
| parent | 8d8fb15f0b3680add1f3b28c062b573a92221ab0 (diff) | |
Freebsd-support: Change bash shebang to use /usr/bin/env
Diffstat (limited to 'tests/canonical-benchmarks.bash')
| -rwxr-xr-x | tests/canonical-benchmarks.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash index 4c1a357..963fd6a 100755 --- a/tests/canonical-benchmarks.bash +++ b/tests/canonical-benchmarks.bash @@ -1,4 +1,4 @@ -#!/bin/bash -eu +#!/usr/bin/env bash # # Run the set of "canonical" benchmarks that are shown on # https://nuetzlich.net/gocryptfs/comparison/ @@ -6,6 +6,7 @@ # # This is called by the top-level script "benchmark.bash". +set -eu MYNAME=$(basename "$0") |
