]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
Debian.pm: Fix thinko
authorIan Campbell <ian.campbell@citrix.com>
Mon, 9 Sep 2013 10:18:46 +0000 (11:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 9 Sep 2013 10:18:46 +0000 (11:18 +0100)
Osstest/Debian.pm

index 9d656e1cff716824b85fe070631f51dde205bfa6..79e6f5d5c7988720a7bfaa23115ce75886d53d41 100644 (file)
@@ -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);