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

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