From 119f107a676267b9f6d65e16153527e9a7d8756b Mon Sep 17 00:00:00 2001 From: cbarratt Date: Mon, 22 Oct 2007 02:15:36 +0000 Subject: [PATCH] * Minor change to bin/BackupPC --- bin/BackupPC | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/BackupPC b/bin/BackupPC index 34aa064..195e19b 100755 --- a/bin/BackupPC +++ b/bin/BackupPC @@ -47,7 +47,7 @@ # #======================================================================== # -# Version 3.1.0beta0, released 3 Sep 2007. +# Version 3.1.0beta1, released 21 Oct 2007. # # See http://backuppc.sourceforge.net. # @@ -1590,7 +1590,8 @@ sub StatusWrite [ \%Info, \%Status], [qw(*Info *Status)]); $dump->Indent(1); - $bpc->{storage}->TextFileWrite("$LogDir/status.pl", $dump->Dump); + my $text = $dump->Dump; + $bpc->{storage}->TextFileWrite("$LogDir/status.pl", $text); } # -- 2.20.1