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/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/scripts/download/grub') diff --git a/resources/scripts/download/grub b/resources/scripts/download/grub index 1d59ad09..5d0c1aad 100755 --- a/resources/scripts/download/grub +++ b/resources/scripts/download/grub @@ -21,5 +21,5 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -./download gitmodule grub -./download gitmodule gnulib +./gitclone grub +./gitclone gnulib -- cgit v1.2.1