diff options
| -rw-r--r-- | Library/Formula/chisel.rb | 2 |
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 |
