aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-11-05 18:41:33 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-11-05 18:41:33 +0000
commit2c5ccdee24a3a42e8c206e6bbacdf2e6c01fa17d (patch)
tree2782cb97a97b262ff4980d6fcdb91e15949e3c21 /docs
parentba9d60dc8c279f3e0ae23409ce117ea34eed580b (diff)
downloadlldb-2c5ccdee24a3a42e8c206e6bbacdf2e6c01fa17d.tar.gz
Avoid potentially disastrous mistakes when removing a file.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/code-signing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/code-signing.txt b/docs/code-signing.txt
index 310f3521e..f1ba32882 100644
--- a/docs/code-signing.txt
+++ b/docs/code-signing.txt
@@ -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