mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
bedc8daace
commit
507e18dfc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue