]> gitweb.factorcode.org Git - factor.git/commitdiff
build.sh: fix rm checksums.txt files
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:29:08 +0000 (14:29 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:29:08 +0000 (14:29 -0800)
build.sh

index 93c35d8b91d099203d527b681d6ede32a22ed45c..a9e4bdd4972381418afdddb068383e4bc0aa3413 100755 (executable)
--- 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