diff options
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index e7f1fcb4c..359909da2 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -1,6 +1,7 @@ #!/usr/bin/perl use Config; +use FileHandle; use MDK::Common; Config->import; my ($arch) = $Config{archname} =~ /(.*?)-/; |