]> git.donarmstrong.com Git - infobot.git/commitdiff
bzip2 moved
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 13 Apr 2007 16:13:36 +0000 (16:13 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 13 Apr 2007 16:13:36 +0000 (16:13 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1341 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/logger.pl

index 6e80e6c181576ded12197b77327789decaa0c50a..0eaf0a8491239a8d144e32b66d50ddbccc22878e 100644 (file)
@@ -117,7 +117,7 @@ sub closeLog {
 # Usage: &compress($file);
 sub compress {
     my ($file) = @_;
-    my @compress = ("/usr/bin/bzip2","/bin/gzip");
+    my @compress = ('/usr/bin/bzip2','/bin/bzip2','/bin/gzip');
     my $okay = 0;
 
     if (! -f $file) {