Skip to content

Commit c505796

Browse files
committed
[PortsRb] Fix argument of call to expand
1 parent 441956c commit c505796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports-rb/scheme.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def expand_include(tokens)
222222
include_result = Parser.parse_string(content)
223223
raise "Could not include content of #{file_name}" unless include_result
224224

225-
result << expand(include_result, true)
225+
result << expand(include_result, toplevel: true)
226226
end
227227
end
228228

0 commit comments

Comments
 (0)