From a942bd6590dd450140fc0af8549ca470a065adf5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 17 Mar 2023 23:08:12 +0000 Subject: 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 --- resources/scripts/download/ich9utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/download/ich9utils') diff --git a/resources/scripts/download/ich9utils b/resources/scripts/download/ich9utils index 2e11fac1..3f764e72 100755 --- a/resources/scripts/download/ich9utils +++ b/resources/scripts/download/ich9utils @@ -22,4 +22,4 @@ set -u -e printf "Downloading ich9utils\n" -./download gitmodule ich9utils +./gitclone ich9utils -- cgit v1.2.1