From d0560b949fe40e38d5af37fd08072d7fdc4b0e77 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 17:05:11 +1000 Subject: Specify toybox commit we want. --- src/BuildIt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BuildIt.sh b/src/BuildIt.sh index 502c846..5c4d5f9 100755 --- a/src/BuildIt.sh +++ b/src/BuildIt.sh @@ -90,7 +90,6 @@ echo "" if [ ! -d git-sub-modules/toybox ]; then pushd git-sub-modules >/dev/null git clone https://github.com/landley/toybox.git - git checkout 5a6d1746baacb40e2a3f094af50dbe9871afa3cf popd >/dev/null else pushd git-sub-modules/toybox >/dev/null -- cgit v1.1