From: Lady <redacted>
Date: Sun, 15 Dec 2024 00:48:17 +0000 (-0500)
Subject: Support expanded archives in multi‐step data
X-Git-Tag: 0.13.3~1
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/c1a08dff0fcba3fc28ec3061a359d71efeb438be?ds=inline;hp=c1a08dff0fcba3fc28ec3061a359d71efeb438be

Support expanded archives in multi‐step data

When attempting to delete outdated files, if there is an exact match
for a line in `build/data.out`, prevent checking for nested files.
Previously, these lines would match, but `find` would keep descending
into them, so the directories would not be deleted but all files inside
would be.
---