Fix warning message

This commit is contained in:
Jamie Cameron
2016-05-22 14:45:08 +01:00
parent 31bd465921
commit aca8568382

View File

@@ -11,6 +11,7 @@ our (%in, %text, %config, $module_config_file);
&error_setup($text{'backup_err'});
my $dest = &parse_backup_destination("dest", \%in);
my ($configfile, $nofiles, $others) = &parse_backup_what("what", \%in);
$others ||= "";
my @mods = split(/\0/, $in{'mods'});
@mods || ($nofiles && !$configfile) || &error($text{'backup_emods'});