From: John Benediktsson Date: Wed, 7 Feb 2024 22:29:08 +0000 (-0800) Subject: build.sh: fix rm checksums.txt files X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=dc11769cc05ab80da7f984faa28f853b676c681f build.sh: fix rm checksums.txt files --- diff --git a/build.sh b/build.sh index 93c35d8b91..a9e4bdd497 100755 --- a/build.sh +++ b/build.sh @@ -562,9 +562,9 @@ set_current_branch() { update_boot_image() { set_boot_image_vars $ECHO "Deleting old images..." - rm -f "checksums.txt*" > /dev/null 2>&1 - rm -f "$BOOT_IMAGE.{?,??}" > /dev/null 2>&1 - rm -f "temp/staging.*.image" > /dev/null 2>&1 + rm -f checksums.txt* > /dev/null 2>&1 + rm -f "$BOOT_IMAGE".{?,??} > /dev/null 2>&1 + rm -f temp/staging.*.image > /dev/null 2>&1 if [[ -f $BOOT_IMAGE ]] ; then get_url "$CHECKSUM_URL" local factorcode_md5