From c0c4d9d940dd350e3dae35c281279c7c1e10b7c7 Mon Sep 17 00:00:00 2001 From: xocel Date: Mon, 29 Oct 2012 10:55:32 +1300 Subject: sboremove: fixed missing ; line 192 --- sboremove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3