The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=91811711625482f3a5778939e9999f53a0bea22a
commit 91811711625482f3a5778939e9999f53a0bea22a Author: a-biardi <[email protected]> AuthorDate: 2024-04-02 12:28:52 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2024-04-02 12:44:56 +0000 freebsd-update: Fix typo in comment s/patchname expansion/pathname expansion/ Signed-off-by: [email protected] Pull-request: https://github.com/freebsd/freebsd-src/pull/1152 --- usr.sbin/freebsd-update/freebsd-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh index 88a0a4439e50..4a6a8d78330b 100644 --- a/usr.sbin/freebsd-update/freebsd-update.sh +++ b/usr.sbin/freebsd-update/freebsd-update.sh @@ -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 }
