Skip to content

Commit

Permalink
Fix machine extraction broken by #114
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Nov 25, 2021
1 parent f27b10e commit 2595010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function extract_machine_build() {
done

for i in "${remove[@]}"; do
unset "${BUILD_MACHINE["$i"]}"
unset $BUILD_MACHINE["$i"]
done
fi
}
Expand Down

0 comments on commit 2595010

Please sign in to comment.