Fix erb executable
Run ERb processing unconditionally since __FILE__ and $0 doesn't match in a gem context.
This commit is contained in:
parent
e6ac1fb612
commit
8d68f54c94
Notes:
git
2020-08-25 18:12:09 +09:00
@ -171,6 +171,4 @@ EOU
|
||||
end
|
||||
end
|
||||
|
||||
if __FILE__ == $0
|
||||
ERB::Main.run
|
||||
end
|
||||
ERB::Main.run
|
||||
|
Loading…
x
Reference in New Issue
Block a user