summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-28 16:13:28 +0000
committerdes <des@FreeBSD.org>2004-10-28 16:13:28 +0000
commit2ed082fd6636d44f7118b32c8321f2fc78c5cf4c (patch)
treed29de8badf44db972245277c0e7aeb6207436f99 /crypto
parenta744ec13ade7d70128cd82393862d02c1f712f6a (diff)
downloadFreeBSD-src-2ed082fd6636d44f7118b32c8321f2fc78c5cf4c.zip
FreeBSD-src-2ed082fd6636d44f7118b32c8321f2fc78c5cf4c.tar.gz
Better Xlist command line.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/FREEBSD-upgrade4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 331d83a..cbcc6fc 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -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
OpenPOWER on IntegriCloud