Better Xlist command line.

This commit is contained in:
Dag-Erling Smørgrav 2004-10-28 16:13:28 +00:00
parent 21e764df0c
commit d49dad04cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137020

View File

@ -14,8 +14,8 @@
3) Remove trash:
$ tail +2 /usr/src/crypto/openssh/FREEBSD-Xlist |
while read glob ; do eval "rm -rvf $glob" ; done
$ sh -c 'while read glob ; do rm -rvf $glob ; done' \
</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. A good