Missing quotes when doing an upgrade

Alexander Moisseev <[email protected]>
Newsgroups gmane.comp.sysutils.backup.backuppc.devel
Message-ID <[email protected]>
When doing an upgrade to 3.2.0 configure.pl inserts parameter values in config.pl without quotes if one has an "undef" value in old config.

How to reproduce:

Set this values in old config file
	$Conf{RsyncClientPath} = undef;
	$Conf{NmbLookupPath} = undef;

Values in generated config.pl:
	$Conf{RsyncClientPath} = /usr/local/bin/rsync;
	$Conf{NmbLookupPath} = /usr/local/bin/nmblookup;

-- 
Alexander Moisseev

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
BackupPC-devel mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.