1
0
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:
freesource 2000-08-23 23:57:21 +00:00
parent fa082738aa
commit 55dec64252

View File

@ -375,9 +375,9 @@ sub norm_root_device {
} }
} }
} }
open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,"; #open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,";
print VFN "Root device found: $root_dev\n"; #print VFN "Root device found: $root_dev\n";
close(VFN); #close(VFN);
return $root_dev; return $root_dev;