diff options
author | des <des@FreeBSD.org> | 2003-04-23 17:23:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-04-23 17:23:06 +0000 |
commit | a4b5e84c1cce20ee2c4f3f1a908c8547aaf12f79 (patch) | |
tree | 1a9544aa05f95849695916106db344f0046f194e /crypto | |
parent | 471d81d86762b4b02667f90ab95907ac84a96cc1 (diff) | |
download | FreeBSD-src-a4b5e84c1cce20ee2c4f3f1a908c8547aaf12f79.zip FreeBSD-src-a4b5e84c1cce20ee2c4f3f1a908c8547aaf12f79.tar.gz |
Nit.
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 a77b7f4..edc2008 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -14,7 +14,7 @@ 3) Remove trash: - $ eval "rm -rf $(tr '[:space:]' ' ' </usr/src/crypto/openssh/FREEBSD-Xlist)" + $ eval "rm -rvf $(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. |