From edf75d60812d6a06fd9e1f52aaae4975e6897ece Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 6 Nov 2001 07:36:20 +0000 Subject: [PATCH] Before device_table was popping off the first value assuming it was $mnt, but this is no longer necessary, so this has been removed so that all devices are made. --- BootRoot/Yard.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index b92e16f..eaf77a5 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -1712,7 +1712,6 @@ sub yard_glob { sub device_table { my ( @devices ) = @_; - my $mnt = shift @devices; my $error;