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/git/revisions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/git/revisions') diff --git a/resources/git/revisions b/resources/git/revisions index 7eaa5770..34cc322d 100644 --- a/resources/git/revisions +++ b/resources/git/revisions @@ -3,7 +3,7 @@ # Project name is enclosed by curly braces '{}' information about the # project relevant to osbmk is stored between the subsequent curly # braces. This file is used by the gitcheck script as well as the -# gitmodule script. Each entry must include: revision 'rev', location +# gitclone script. Each entry must include: revision 'rev', location # 'loc', and the git url 'url'. Bkup_url is optional. {grub}{ -- cgit v1.2.1