freebsd-update: Fix typo in comment

s/patchname expansion/pathname expansion/

Signed-off-by: a.biardi@tiscali.it
Pull-request: https://github.com/freebsd/freebsd-src/pull/1152
(cherry picked from commit 9181171162)
This commit is contained in:
a-biardi 2024-04-02 13:28:52 +01:00 committed by Ed Maste
parent bedc8daace
commit 507e18dfc3

View file

@ -2895,7 +2895,7 @@ backup_kernel () {
(cd ${BASEDIR}/${KERNELDIR} && find . -type f $FINDFILTER -exec \
cp -pl '{}' ${BASEDIR}/${BACKUPKERNELDIR}/'{}' \;)
# Re-enable patchname expansion.
# Re-enable pathname expansion.
set +f
}