Skip to content

Commit

Permalink
Add missing gsub local binding
Browse files Browse the repository at this point in the history
Needed after commit 6a9f282 (Move runcmd() to l3build-aux, 2023-07-17).
  • Loading branch information
muzimuzhi authored and josephwright committed Jan 2, 2024
1 parent 5ec2916 commit a4fc2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l3build-aux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ for those people who are interested.
-- local safety guards and shortcuts

local match = string.match
local gsub = string.gsub

local pairs = pairs
local print = print
Expand Down

0 comments on commit a4fc2f9

Please sign in to comment.