This commit is contained in:
Alexander Kuzmenkov 2021-04-01 02:51:47 +03:00
parent a91f505899
commit 026dab2b81

View File

@ -78,7 +78,7 @@ then
mv "$COMBINED_OUTPUT.tgz" /output
fi
if [ "${CCACHE_DEBUG:-}" == "1"]
if [ "${CCACHE_DEBUG:-}" == "1" ]
then
mkdir /output/ccache
find . -name '*.ccache-*' -print -exec mv '{}' /output/ccache \;