mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Commented out undeclared berbosefn variable. Error handling will be dealt with differently in the future anyways.
This commit is contained in:
parent
fa082738aa
commit
55dec64252
@ -375,9 +375,9 @@ sub norm_root_device {
|
||||
}
|
||||
}
|
||||
}
|
||||
open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,";
|
||||
print VFN "Root device found: $root_dev\n";
|
||||
close(VFN);
|
||||
#open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,";
|
||||
#print VFN "Root device found: $root_dev\n";
|
||||
#close(VFN);
|
||||
|
||||
return $root_dev;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user