summaryrefslogtreecommitdiffstats
path: root/lib/cmd/remove-suite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd/remove-suite.sh')
-rw-r--r--lib/cmd/remove-suite.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/cmd/remove-suite.sh b/lib/cmd/remove-suite.sh
index 53baa3f..5fbc46c 100644
--- a/lib/cmd/remove-suite.sh
+++ b/lib/cmd/remove-suite.sh
@@ -25,6 +25,8 @@ cmd_remove_suite_main()
local chan=
local dist=
+ init
+
chan="${suite%/*}"
dist="${suite##*/}"
if [ "x${chan}" = "x${suite}" ]; then
@@ -35,5 +37,7 @@ cmd_remove_suite_main()
"${chan}" "${dist}"
remove_suite "${chan}" "${dist}"
+ fini
+
return 0
}