reproduce.tt: Use realpath for tmpDir to fix macOS compatibility

This commit is contained in:
Chatnoir Miki 2024-11-25 11:35:08 +08:00
parent f974891c76
commit 6456c1d7d6

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