mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-22 16:18:03 -04:00
build-deps: busybox: don't popd too many times
Fix the busybox deps script's dir stack underflow.
This commit is contained in:
committed by
Ashwin Naren
parent
a4e9cf9fd9
commit
e2a9306037
@@ -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
|
||||
Reference in New Issue
Block a user