diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-10 18:23:57 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-10 18:23:57 +0100 |
commit | 466b156ecfd5d7dc3c72d49617a77c9a76b72b78 (patch) | |
tree | 00dcc62bbd7324107cd202075622d867acdf9fca /include/lib.sh | |
parent | b0e5fa255ea53e0c82a5a6808821817773237c96 (diff) | |
parent | 0aa99f4bf8b52ea6060f0cd72263b9d4b4e99699 (diff) |
Merge branch 'master' into 25.06_branch
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 99e59a1a..2f87e8b1 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -58,7 +58,7 @@ xbmkget() for url in "$1" "$2"; do [ "$dl_fail" = "n" ] && break [ -z "$url" ] && continue - rm -f "$cached" || err "!rm -f '$cached'" + x_ rm -f "$cached" if [ "$_dlop" = "curl" ]; then curl --location --retry 3 -A "$_ua" "$url" \ -o "$cached" || wget --tries 3 -U "$_ua" "$url" \ |