Fix erb executable

Run ERb processing unconditionally since __FILE__ and $0 doesn't match
in a gem context.
This commit is contained in:
Lars Kanis 2020-08-24 14:18:16 +02:00 committed by Hiroshi SHIBATA
parent e6ac1fb612
commit 8d68f54c94
Notes: git 2020-08-25 18:12:09 +09:00

View File

@ -171,6 +171,4 @@ EOU
end end
end end
if __FILE__ == $0 ERB::Main.run
ERB::Main.run
end