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/stress_tests/extractloop.bash | |
| parent | 8d8fb15f0b3680add1f3b28c062b573a92221ab0 (diff) | |
Freebsd-support: Change bash shebang to use /usr/bin/env
Diffstat (limited to 'tests/stress_tests/extractloop.bash')
| -rwxr-xr-x | tests/stress_tests/extractloop.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash index 1f78a5e..714d2d7 100755 --- a/tests/stress_tests/extractloop.bash +++ b/tests/stress_tests/extractloop.bash @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Mount a gocryptfs filesystem somewhere on /tmp, then run two parallel # infinite loops inside that do the following: |
