Added USR1 handling
[clearscm.git] / bin / cleantmp.pl
index 79c567a..e0c6961 100755 (executable)
@@ -144,7 +144,6 @@ sub FileCreated {
           } # if
         } # if
 
-
         last;
       } # if
     } # for
@@ -153,6 +152,8 @@ sub FileCreated {
   return;
 } # FileCreated
 
+$SIG{USR1} = \&FileCreated;
+
 ## Main
 GetOptions (
   \%opts,