Skip to content

Commit

Permalink
- Fix errors created when string literals are frozen.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/hoe/dev/": change = 14181]
  • Loading branch information
zenspider committed Jun 23, 2024
1 parent d16ef81 commit dd38d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoe/racc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initialize_racc

# -v = verbose
# -l = no-line-convert (they don't ever line up anyhow)
self.racc_flags ||= "-v -l"
self.racc_flags ||= +"-v -l"
self.oedipus_options ||= {
:do_parse => false,
}
Expand Down

0 comments on commit dd38d44

Please sign in to comment.