From effce13fddbe4aca08bed30444dd51f4260b3d44 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Tue, 23 Jul 2024 13:30:02 +0200 Subject: [PATCH] Reassure shellcheck. --- build-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images b/build-images index f80798f..dd2c7bf 100755 --- a/build-images +++ b/build-images @@ -65,7 +65,7 @@ checksum_and_publish() { # Start afresh, manifest-wise: -rm -f $MANIFEST +rm -f "$MANIFEST" # We might need to descend into different directories, subshells are # a way to do that: