Skip to content

Commit

Permalink
cargo.eclass: localize variables so they don't leak into the saved env
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 14, 2017
1 parent 0cef19d commit 89fad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/cargo.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cargo_src_unpack() {
mkdir -p "${ECARGO_VENDOR}" || die
mkdir -p "${S}" || die

local archive
local archive shasum pkg
for archive in ${A}; do
case "${archive}" in
*.crate)
Expand Down

0 comments on commit 89fad61

Please sign in to comment.