diff options
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 1c8e6480f..e6f7aba7a 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -463,7 +463,7 @@ image=/vmlinux$I.gz } } -sub boot_img_ppc() { +sub boot_img_ppc { my ($type, $I, $img, $kernel) = @_; (my $rdz = $img) =~ s/\.img/.rdz/; foreach (glob("all.kernels/*")) { |