Commit Graph
1 Commits
Author SHA1 Message Date
sindo 5f151aca45 make: fix vm_list exit code when backups exist
[ "$$found" = "0" ] && echo ... returns exit 1 when backups exist,
which propagates as a make rule failure. Replace it with if/fi so the
target exits successfully in both cases.
2026-04-21 22:04:00 +03:00