summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
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