aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShimpei Makimoto2014-07-16 11:28:11 +0900
committerJack Nagel2014-07-16 12:52:03 -0500
commitcaf540222d4848c72aadd61d0c6f982a9dee1068 (patch)
treef209a74fdb3218d9dc06f1b6e028263a2bd2f22b
parentaf5469e38065f67a08d1573803b708a53de033f2 (diff)
downloadhomebrew-caf540222d4848c72aadd61d0c6f982a9dee1068.tar.bz2
chisel: Use opt_libexec instead of libexec in caveats
Closes #30890. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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