Use flock in ::Base instead of O_EXCL
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index ebab95cd5db8aa27dfc1c1996d50012d78fbc45d..ccf9e4e213f10f88076fec3bd2de6154b5936f34 100644 (file)
@@ -55,7 +55,7 @@ sub process{
   chdir $dir;
   mkdir "in";
   for (<*>) {
-       cp $_, "in" unless $_ eq 'in' || $_ eq 'pidfile';
+       cp $_, "in" unless $_ eq 'in';
   }
 
   my @results;
This page took 0.009557 seconds and 4 git commands to generate.