removed junk;
authorwenzelm
Thu, 21 Feb 2008 20:16:02 +0100
changeset 26107 4b5e5fc1d11f
parent 26106 be52145f482d
child 26108 46f4e4cd3b69
removed junk;
lib/scripts/system.pl
--- a/lib/scripts/system.pl	Thu Feb 21 17:34:09 2008 +0100
+++ b/lib/scripts/system.pl	Thu Feb 21 20:16:02 2008 +0100
@@ -14,7 +14,7 @@
 
 if ($group eq "group") {
   use POSIX "setsid";
-  POSIX::setsid, "\n" || die $!;
+  POSIX::setsid || die $!;
 }
 
 open (PID_FILE, ">", $pid_name) || die $!;