build-deps: busybox: don't popd too many times

Fix the busybox deps script's dir stack underflow.
This commit is contained in:
Matthew Leach
2025-12-11 20:30:31 +00:00
committed by Ashwin Naren
parent a4e9cf9fd9
commit e2a9306037

View File

@@ -6,7 +6,4 @@ pushd "build" &>/dev/null || exit 1
wget https://github.com/shutingrz/busybox-static-binaries-fat/raw/refs/heads/main/busybox-aarch64-linux-gnu
chmod +x busybox-aarch64-linux-gnu
mv busybox-aarch64-linux-gnu bin/busybox
popd &>/dev/null || exit 1
popd &>/dev/null || exit 1