Commit 479ee1c2 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[ErrorReport] s/$0/$PROGRAM_NAME

parent 7e108dad
...@@ -145,7 +145,7 @@ EOS ...@@ -145,7 +145,7 @@ EOS
end end
def original_command def original_command
"#{$0} #{ARGV.join(' ')}" "#{$PROGRAM_NAME} #{ARGV.join(' ')}"
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment