summaryrefslogtreecommitdiff
path: root/lint/call_lint
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-05-06 18:45:14 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2025-05-07 16:14:30 +0200
commit4898fb180fbf09f49da5d15f29f7eb199a43b02f (patch)
treef3c5381c90dda9dae63dfa583b0f1f794beeedbc /lint/call_lint
parent20b7c7fa1b10a90e0e3aad46579ebe450d6720b9 (diff)
downloadrules-cc-4898fb180fbf09f49da5d15f29f7eb199a43b02f.tar.gz
rules: Do not assume out_dirs exist
Diffstat (limited to 'lint/call_lint')
-rwxr-xr-xlint/call_lint1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/call_lint b/lint/call_lint
index fd2a244..850812e 100755
--- a/lint/call_lint
+++ b/lint/call_lint
@@ -20,6 +20,7 @@ touch stderr
RESULT=UNKNOWN
echo "${RESULT}" > result
+mkdir -p out
export OUT="$(pwd)/out"
mkdir -p config
export CONFIG="$(pwd)/config"