]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Add call for OnGarbageCollect to the hourly cleanup
[user/henk/code/inspircd.git] / configure
index 1217fb07e5ced572980450c555fa56c6ac2a8b12..5e598074da3c0d445e9baa34597ac50cdf4bf64e 100755 (executable)
--- a/configure
+++ b/configure
@@ -279,9 +279,7 @@ getmodules();
 
 sub clean
 {
-       if ($arg eq "-clean") {
-               system("rm -rf .config.cache");
-       }
+       system("rm -rf .config.cache");
 }
 
 sub update