diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 10:56:47 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 11:30:32 +0100 |
commit | aba5b3a353222ac2dfee450181157c5750efe7fa (patch) | |
tree | 3cf8b51cc24cb3bbda1001661c0c74aa0e3cb0b7 /include/lib.sh | |
parent | 0ab7c6ff9cf1eda98d005381fd99ce794be166c2 (diff) |
mk: simplify main()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r-- | include/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh index 9450bb9b..f4e96c90 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -265,7 +265,7 @@ singletree() # can grab from the internet, or copy locally. # if copying locally, it can only copy a file. -download() +xbmkget() { _dlop="curl" && [ $# -gt 4 ] && _dlop="$5" cached="$XBMK_CACHE/file/$4" |