summaryrefslogtreecommitdiff
path: root/resources/scripts/download/flashrom
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-03-17 23:08:12 +0000
committerLeah Rowe <leah@libreboot.org>2023-03-17 23:13:20 +0000
commita942bd6590dd450140fc0af8549ca470a065adf5 (patch)
tree7150ca0fd59902bbaece26ec398da3763036719e /resources/scripts/download/flashrom
parent59540530bc7bf80d5a4611bee9292671f63e9647 (diff)
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
Diffstat (limited to 'resources/scripts/download/flashrom')
-rwxr-xr-xresources/scripts/download/flashrom2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/download/flashrom b/resources/scripts/download/flashrom
index e165031d..def33ffb 100755
--- a/resources/scripts/download/flashrom
+++ b/resources/scripts/download/flashrom
@@ -21,4 +21,4 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-./download gitmodule flashrom
+./gitclone flashrom