From 4898fb180fbf09f49da5d15f29f7eb199a43b02f Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 6 May 2025 18:45:14 +0200 Subject: rules: Do not assume out_dirs exist --- lint/call_summary | 1 + 1 file changed, 1 insertion(+) (limited to 'lint/call_summary') diff --git a/lint/call_summary b/lint/call_summary index d4aa8cb..9686d0a 100755 --- a/lint/call_summary +++ b/lint/call_summary @@ -19,6 +19,7 @@ touch report RESULT=UNKNOWN echo "${RESULT}" > result +mkdir -p out export OUT="$(pwd)/out" cd work -- cgit v1.2.3