Fix silly typo

This commit is contained in:
Steve McIntyre 2018-08-13 14:07:51 +01:00
parent 7bcfbfa23b
commit 5dd0d5cc2a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ my $codename = $ENV{'CODENAME'};
my $backports_list = read_env('BACKPORTS', "");
my $backports = 1;
if ($backports_list =~ /^$/) {
$backports = 0;;
$backports = 0;
}
my $apt = "$ENV{'BASEDIR'}/tools/apt-selection";