Skip to content

Commit

Permalink
Update elf.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 13, 2023
1 parent 33c87f5 commit 71bfd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sass/embedded/elf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def interpreter
interpreter = @buffer.read(phdr[:p_filesz])
raise ArgumentError unless interpreter.end_with?("\0")

interpreter.chomp("\0")
interpreter.chomp!("\0")
end

private
Expand Down

0 comments on commit 71bfd4e

Please sign in to comment.