Skip to content

Commit

Permalink
Modify mathomatic.rb to use OS X included readline
Browse files Browse the repository at this point in the history
Signed-off-by: David Höppner <0xffea@gmail.com>
  • Loading branch information
ssartor authored and 0xffea committed May 17, 2010
1 parent 4b2a325 commit 21a3195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/mathomatic.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Mathomatic <Formula


def install def install
ENV['prefix'] = "#{prefix}" ENV['prefix'] = "#{prefix}"
system "make" system "make READLINE=1"
system "make install" system "make install"
end end
end end

0 comments on commit 21a3195

Please sign in to comment.