Skip to content

Commit 19b8b6f

Browse files
committed
build_toolchain: Do not leak variables
1 parent 91761c7 commit 19b8b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_toolchains

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ catalyst_stage_default 4
2727
}
2828
create_provenance_overlay() {
2929
local root_overlay="$1"
30+
local f d scripts_hash
3031
while read f; do
3132
d="${f%/*}"
3233
mkdir -p "${root_overlay}${d}/"

0 commit comments

Comments
 (0)