mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Merge "run_static_analysis.sh: fix scan-build archive path" into main
This commit is contained in:
commit
8895f8a345
@ -85,10 +85,10 @@ scan_build make -j4
|
|||||||
|
|
||||||
index="$(find "${OUTPUT_DIR}" -name index.html)"
|
index="$(find "${OUTPUT_DIR}" -name index.html)"
|
||||||
if [[ -f "${index}" ]]; then
|
if [[ -f "${index}" ]]; then
|
||||||
mv "$(dirname "${index}")/"* .
|
mv "$(dirname "${index}")/"* "${OUTPUT_DIR}"
|
||||||
else
|
else
|
||||||
# make a empty report to wipe out any old bug reports.
|
# make a empty report to wipe out any old bug reports.
|
||||||
cat << EOT > index.html
|
cat << EOT > "${OUTPUT_DIR}/index.html"
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
No bugs reported.
|
No bugs reported.
|
||||||
|
Loading…
Reference in New Issue
Block a user