From faf4b2a97c3398a85bec06bfe5f7a58f377bd5b4 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Tue, 5 Jun 2012 14:20:06 +0000 Subject: [PATCH] Fix require ordering for read_env --- tools/make_disc_trees.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl index f3db91fb..1eb009e7 100755 --- a/tools/make_disc_trees.pl +++ b/tools/make_disc_trees.pl @@ -37,6 +37,8 @@ $archlist = shift; $mkisofs = shift; $mkisofs_base_opts = shift; +require "$basedir/tools/link.pl"; + my $iso_blksize = 2048; my $log_opened = 0; my $old_split = $/; @@ -46,8 +48,6 @@ my $symlink_farm = read_env('SYMLINK', 0); my $link_verbose = read_env('VERBOSE', 0); my $link_copy = read_env('COPYLINK', 0); -require "$basedir/tools/link.pl"; - # MAXCDS is the hard limit on the MAXIMUM number of images to # make. MAXJIGDOS and MAXISOS can only make this number smaller; we # will use the higher of those 2 numbers as the last image to go to,