mergemaster: Fix typo

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/882
This commit is contained in:
Elyes Haouas 2024-04-11 11:40:05 -06:00 committed by Warner Losh
parent 6addf2595e
commit c384235c16

View File

@ -1246,7 +1246,7 @@ handle_symbolic_link () {
esac
}
# Compare symblic links
# Compare symbolic links
for COMPSYMLINK in `find . -type l | sort`; do
if [ ! -L "${DESTDIR}${COMPSYMLINK#.}" ]; then
if [ -n "${AUTO_RUN}" -a -z "${AUTO_INSTALL}" ]; then