mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Fix a couple of typos
This commit is contained in:
parent
ad9f180121
commit
188a72ee1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149386
@ -1075,7 +1075,7 @@ delete-old-files:
|
||||
@echo ">>> Removing old files (only deletes safe to delete libs)"
|
||||
.for file in ${OLD_FILES}
|
||||
# Ask for every old file if the user really wants to remove it.
|
||||
# It's anoying, but beter safe than sorry.
|
||||
# It's annoying, but better safe than sorry.
|
||||
@[ ! -f "${DESTDIR}/${file}" ] || (rm ${RM_I} "${DESTDIR}/${file}" \
|
||||
|| ([ -f "${DESTDIR}/${file}" ] \
|
||||
&& echo "Removing schg flag on ${DESTDIR}/${file}" \
|
||||
|
Loading…
Reference in New Issue
Block a user