Skip to content

Commit 0c16e71

Browse files
Update bootstrap.sh
1 parent 42c5046 commit 0c16e71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bootstrap.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ fi
6666
echo "Checking for prebuilt zircon binary..."
6767

6868
# Detect platform and architecture
69-
platform_arch
7069
if ! platform_arch=$(detect_platform_arch); then
7170
echo "Could not detect platform/architecture"
7271
exit 1
@@ -83,7 +82,6 @@ if curl -fsSL "$url" -o "$temp_file" 2>/dev/null; then
8382
echo "✓ Prebuilt binary found! Extracting..."
8483

8584
# Create a temporary extraction directory
86-
temp_extract_dir
8785
temp_extract_dir=$(mktemp -d)
8886

8987
# Extract the archive to temporary directory with safety checks

0 commit comments

Comments
 (0)