mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix makefile exit instruction
This commit is contained in:
parent
a3697a9ba0
commit
efb9f511f7
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ end
|
|||
RUBY
|
||||
end
|
||||
|
||||
File.open('Makefile', 'w') { |f| f.puts("install:\n\texit 0") }
|
||||
File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(exit 0)") }
|
||||
|
|
Loading…
Add table
Reference in a new issue