From: Ian Campbell Date: Mon, 9 Sep 2013 10:18:46 +0000 (+0100) Subject: Debian.pm: Fix thinko X-Git-Tag: wip.xsm-13-actual.base~460^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2706847c9d40ebd31ef7e7ae1693cf7351817ea5;p=people%2Fiwj%2Fosstest.git Debian.pm: Fix thinko --- diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 9d656e1c..79e6f5d5 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -589,7 +589,7 @@ in-target mkimage -A arm -T script -d /boot/boot /boot/boot.scr END } - my @extra_packages = []; + my @extra_packages = (); push(@extra_packages, "u-boot-tools") if $ho->{Flags}{'need-uboot-bootscr'}; my $extra_packages = join(",",@extra_packages);