reproduce.tt: Use realpath for tmpDir to fix macOS compatibility
This commit is contained in:
parent
f974891c76
commit
6456c1d7d6
@ -7,7 +7,7 @@ main() {
|
||||
|
||||
set -e
|
||||
|
||||
tmpDir=${TMPDIR:-/tmp}/build-[% build.id +%]
|
||||
tmpDir=$(realpath "${TMPDIR:-/tmp}")/build-[% build.id +%]
|
||||
declare -a args extraArgs
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user