Avoid potentially disastrous mistakes when removing a file.

llvm-svn: 167391
This commit is contained in:
Filipe Cabecinhas 2012-11-05 18:41:33 +00:00
parent 61a928720a
commit 7c3a53c0b2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ how Keychain Access makes certificates.
- Switch to Terminal, and run the following:
sudo security add-trust -d -r trustRoot -p basic -p codeSign -k /Library/Keychains/System.keychain ~/Desktop/lldb_codesign.cer
rm -rf ~/Desktop/lldb_codesign.cer
rm -f ~/Desktop/lldb_codesign.cer
- Right click on the "lldb_codesign" certificate in the "System" keychain (NOT
"login", but the one in "System"), and select "Delete" to delete it from