aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chisel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/chisel.rb b/Library/Formula/chisel.rb
index 9af59e50d..5e484d770 100644
--- a/Library/Formula/chisel.rb
+++ b/Library/Formula/chisel.rb
@@ -12,7 +12,7 @@ class Chisel < Formula
def caveats; <<-EOS.undent
Add the following line to ~/.lldbinit to load chisel when Xcode launches:
- command script import #{libexec}/fblldb.py
+ command script import #{opt_libexec}/fblldb.py
EOS
end