aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 09:55:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 09:55:28 +0000
commitd73be2d96af6ecf1ce1309a2de901fd5e3b97b2a (patch)
treec0e0538523100ca65944727e25de673a451014f4 /crypto
parent8488d4a48cdc427e41276b30b5a39bd923d02e69 (diff)
downloadsrc-d73be2d96af6ecf1ce1309a2de901fd5e3b97b2a.tar.gz
src-d73be2d96af6ecf1ce1309a2de901fd5e3b97b2a.zip
Correct shell code to expand globs in FREEBSD-Xlist
Notes
Notes: svn path=/head/; revision=106127
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/FREEBSD-upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 0a9d38c66840..a77b7f47c42c 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -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.