Correct shell code to expand globs in FREEBSD-Xlist

This commit is contained in:
Dag-Erling Smørgrav 2002-10-29 09:55:28 +00:00
parent 8488d4a48c
commit d73be2d96a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106127

View File

@ -14,7 +14,7 @@
3) Remove trash:
$ rm -rf $(cat FREEBSD-Xlist)
$ eval "rm -rf $(tr '[:space:]' ' ' </usr/src/crypto/openssh/FREEBSD-Xlist)"
Make sure that took care of everything, and if it didn't, make sure
to update FREEBSD-Xlist so you won't miss it the next time.