From 51c1d54bf1ad6be31fddc17ad0b932fd78e7573a Mon Sep 17 00:00:00 2001 From: hirnidrin Date: Sun, 19 Nov 2023 12:08:01 +0100 Subject: [PATCH] assemble: fix --name params cleanup missing. (#1014) --- distrobox-assemble | 1 + 1 file changed, 1 insertion(+) diff --git a/distrobox-assemble b/distrobox-assemble index a103825b31..50804ee00b 100755 --- a/distrobox-assemble +++ b/distrobox-assemble @@ -203,6 +203,7 @@ run_distrobox() ( # Skip item if --name used and no match is found if [ "${boxname}" != "" ] && [ "${boxname}" != "${name}" ]; then + rm -f "${tmpfile}" return fi