Skip to content

Commit

Permalink
The Haml executable no longer raises warnings.
Browse files Browse the repository at this point in the history
git-svn-id: svn://hamptoncatlin.com/haml/trunk@246 7063305b-7217-0410-af8c-cdc13e5119b9
  • Loading branch information
nex3 committed Dec 23, 2006
1 parent 0ffe3af commit 9f543c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description:
and outputs the result to the specified file.
END
else
require File.join(File.dirname(__FILE__), '..', 'lib', 'haml', 'engine')
require File.dirname(__FILE__) + '/../lib/haml'

template = File.read(ARGV[0])
result = Haml::Engine.new(template).to_html
Expand Down

0 comments on commit 9f543c6

Please sign in to comment.