summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-13 22:00:28 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-13 22:00:28 +0100
commitb04c86e5740f92cbea708f52a444df3aa1a2061f (patch)
treea0bac325f3df1373c4754826fb03bdcd0ee137bd
parent3c23ff4fa1873e9170326141e31eb588d71a7d3a (diff)
git.sh: rename to get.sh
it now handles more than just git, and i forsee it handling even more in the future, e.g. rsync, ftp, bittorrent. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/get.sh (renamed from include/git.sh)0
-rwxr-xr-xmk2
2 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/get.sh
index 9405828e..9405828e 100644
--- a/include/git.sh
+++ b/include/get.sh
diff --git a/mk b/mk
index f22d3b09..f358bc3a 100755
--- a/mk
+++ b/mk
@@ -17,7 +17,7 @@ fi
. "include/mrc.sh"
. "include/rom.sh"
. "include/release.sh"
-. "include/git.sh"
+. "include/get.sh"
main()
{