move download/gitmodule script to root directory

this fixes the build error:

Error: name not set
Usage: ./download gitmodule [name]

when running:

./download all

running "all" runs all scripts under downloads,
one of which was the gitmodule script itself, therefore
being run without argument
This commit is contained in:
Leah Rowe
2023-03-17 23:08:12 +00:00
parent 59540530bc
commit a942bd6590
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ set -u -e
# ------------------------------------------------------------------------------
printf "Downloading MemTest86+\n"
./download gitmodule memtest86plus
./gitclone memtest86plus