From 3a5675480b1ac35c938a4776240b16c20ec134ff Mon Sep 17 00:00:00 2001 From: Ankush Patel Date: Tue, 17 Feb 2026 20:11:19 +1300 Subject: Freebsd-support: Change bash shebang to use /usr/bin/env --- benchmark.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'benchmark.bash') diff --git a/benchmark.bash b/benchmark.bash index fb99c65..f3d8a20 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -1,8 +1,10 @@ -#!/bin/bash -eu +#!/usr/bin/env bash # Run the set of "canonical" benchmarks that are shown on # https://nuetzlich.net/gocryptfs/comparison/ +set -eu + cd "$(dirname "$0")" MYNAME=$(basename "$0") source tests/fuse-unmount.bash -- cgit v1.2.3