We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c5046 commit 0c16e71Copy full SHA for 0c16e71
1 file changed
bootstrap.sh
@@ -66,7 +66,6 @@ fi
66
echo "Checking for prebuilt zircon binary..."
67
68
# Detect platform and architecture
69
- platform_arch
70
if ! platform_arch=$(detect_platform_arch); then
71
echo "Could not detect platform/architecture"
72
exit 1
@@ -83,7 +82,6 @@ if curl -fsSL "$url" -o "$temp_file" 2>/dev/null; then
83
82
echo "✓ Prebuilt binary found! Extracting..."
84
85
# Create a temporary extraction directory
86
- temp_extract_dir
87
temp_extract_dir=$(mktemp -d)
88
89
# Extract the archive to temporary directory with safety checks
0 commit comments