diff options
| author | Shimpei Makimoto | 2014-07-16 11:28:11 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-16 12:52:03 -0500 | 
| commit | caf540222d4848c72aadd61d0c6f982a9dee1068 (patch) | |
| tree | f209a74fdb3218d9dc06f1b6e028263a2bd2f22b /Library/Formula/chisel.rb | |
| parent | af5469e38065f67a08d1573803b708a53de033f2 (diff) | |
| download | homebrew-caf540222d4848c72aadd61d0c6f982a9dee1068.tar.bz2 | |
chisel: Use opt_libexec instead of libexec in caveats
Closes #30890.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/chisel.rb')
| -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 | 
