Franky Liedekerke writes:

> In bin/BackupPC_archiveHost, line 108, there's:
> 
> $cmd   .= "| $compPath " if ( $compPath ne "cat"
>                            && $compPath ne "/bin/cat
>                            && $compPath ne "" );
> 
> ==> after "bin/cat, the closing quotes are missing (even in CVS):
> 
> $cmd   .= "| $compPath " if ( $compPath ne "cat"
>                            && $compPath ne "/bin/cat"
>                            && $compPath ne "" );

You're right.  This affects 3.1.0beta.  Thanks.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to