From: Lady <redacted>
Date: Thu, 11 Jan 2024 01:19:32 +0000 (-0500)
Subject: Do not follow symbolic links with `find`
X-Git-Tag: 0.2.4~3
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/d37062ed3c7a06adb006b405441d79fb0e134451?hp=d37062ed3c7a06adb006b405441d79fb0e134451

Do not follow symbolic links with `find`

⛩️📰 书社 expects that source files exist within `SRCDIR` and includes
exist within `INCLUDEDIR`. Following symlinks can break this
assumption. Other commands should follow symlinks by default, so there
shouldn’t be any need to resolve them this early in the process.
---