ruby/racc

racc --executable broken

Closed this issue · 2 comments

Has no effect, the reason being that on line 76 of bin/racc you set executable=true but you meant make_executable=true so nothing gets copied to @params.

Right you are! Now why don't we have a test checking that?

Just pushed a fix to master.