aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2012-10-29 10:55:32 +1300
committerxocel <xocel@iquidus.org>2012-10-29 10:55:32 +1300
commitc0c4d9d940dd350e3dae35c281279c7c1e10b7c7 (patch)
tree3bfd727328cd6e4bb3a6c3508660d5c8f1dd6279 /sboremove
parentf7978f0646b0e5f6384e445aef1d965448027608 (diff)
downloadsbotools-c0c4d9d940dd350e3dae35c281279c7c1e10b7c7.tar.xz
sboremove: fixed missing ; line 192
Diffstat (limited to 'sboremove')
-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