aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index 5bc0540..f399fd9 100755
--- a/sboremove
+++ b/sboremove
@@ -189,6 +189,6 @@ for my $instpkg (@confirmed) {
system("/sbin/removepkg $instpkg");
}
-say "All operations have completed successfully."
+say "All operations have completed successfully.";
exit 0; \ No newline at end of file