diff options
| author | 2026-03-19 19:32:43 +0100 | |
|---|---|---|
| committer | 2026-03-19 19:33:50 +0100 | |
| commit | 05e132851016d566629fcfd279eef025a14ddb32 (patch) | |
| tree | d30140d50f676052558a3e6b9bf8bcfb0470e8bd /test/all.sh | |
| parent | ff143376a7b4ac3b370bd8683d7aeb0b4827a494 (diff) | |
Shell script changes for portability
Diffstat (limited to 'test/all.sh')
| -rwxr-xr-x | test/all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all.sh b/test/all.sh index d80db09..00f3f6c 100755 --- a/test/all.sh +++ b/test/all.sh @@ -1,4 +1,4 @@ -#!/bin/env sh +#!/bin/sh cd $(dirname "$0") ./run.sh |