diff options
author | des <des@FreeBSD.org> | 2002-10-29 09:55:28 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-29 09:55:28 +0000 |
commit | 9f3147578a2357a333f62b6d84c9c6b04f52825f (patch) | |
tree | c0e0538523100ca65944727e25de673a451014f4 /crypto | |
parent | b057cae3d75cac66639d7b7e9fe062cc6f5fe491 (diff) | |
download | FreeBSD-src-9f3147578a2357a333f62b6d84c9c6b04f52825f.zip FreeBSD-src-9f3147578a2357a333f62b6d84c9c6b04f52825f.tar.gz |
Correct shell code to expand globs in FREEBSD-Xlist
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 0a9d38c..a77b7f4 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. |