1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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.
This commit is contained in:
freesource 2001-11-06 07:36:20 +00:00
parent 4f31aa18a8
commit edf75d6081

View File

@ -1712,7 +1712,6 @@ sub yard_glob {
sub device_table {
my ( @devices ) = @_;
my $mnt = shift @devices;
my $error;