Merge pull request #1424 from AsterisMono/fix-darwin-tmp-path

reproduce.tt: Use realpath for tmpDir to fix macOS compatibility
This commit is contained in:
Janne Heß 2024-11-26 08:53:13 +01:00 committed by GitHub
commit 3b16941b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ main() {
set -e
tmpDir=${TMPDIR:-/tmp}/build-[% build.id +%]
tmpDir=$(realpath "${TMPDIR:-/tmp}")/build-[% build.id +%]
declare -a args extraArgs