Skip to content

Commit

Permalink
vtk: use “squiggly” heredocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Feb 17, 2018
1 parent 4f3e315 commit c3a0f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/vtk.rb
Expand Up @@ -111,7 +111,7 @@ def caveats; <<~EOS
vtk_include = Dir[opt_include/"vtk-*"].first
major, minor = vtk_include.match(/.*-(.*)$/)[1].split(".")

(testpath/"version.cpp").write <<-EOS
(testpath/"version.cpp").write <<~EOS
#include <vtkVersion.h>
#include <assert.h>
int main(int, char *[]) {
Expand Down

0 comments on commit c3a0f8d

Please sign in to comment.