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
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user