diff options
-rwxr-xr-x | src/BuildIt.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 "" | |||
90 | if [ ! -d git-sub-modules/toybox ]; then | 90 | if [ ! -d git-sub-modules/toybox ]; then |
91 | pushd git-sub-modules >/dev/null | 91 | pushd git-sub-modules >/dev/null |
92 | git clone https://github.com/landley/toybox.git | 92 | git clone https://github.com/landley/toybox.git |
93 | git checkout 5a6d1746baacb40e2a3f094af50dbe9871afa3cf | ||
94 | popd >/dev/null | 93 | popd >/dev/null |
95 | else | 94 | else |
96 | pushd git-sub-modules/toybox >/dev/null | 95 | pushd git-sub-modules/toybox >/dev/null |