From b03f5a2ee64c6a35b5bd3129dded467d6a5c74d0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 12 Oct 2009 17:12:43 +0000 Subject: properly fix FileHandle issue (like pterjan did in tools/install-xml-file-list) --- images/make_boot_img | 1 + 1 file changed, 1 insertion(+) (limited to 'images/make_boot_img') 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} =~ /(.*?)-/; -- cgit v1.2.1