From 197a35703d1ced53f71d6137b9133d2558d888d4 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 31 Oct 2024 13:06:09 +0100 Subject: ["lint", "targets"]: support TMPDIR --- lint/call_lint | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lint/call_lint') diff --git a/lint/call_lint b/lint/call_lint index ca7e4ef..fd2a244 100755 --- a/lint/call_lint +++ b/lint/call_lint @@ -24,6 +24,8 @@ export OUT="$(pwd)/out" mkdir -p config export CONFIG="$(pwd)/config" export META="$(pwd)/meta.json" +mkdir scratch +export TMPDIR=$(realpath scratch) cd work -- cgit v1.2.3