mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
custom_err will work properly now because Yard:: is now BootRoot::Yard::
This commit is contained in:
parent
54add2136a
commit
f420f43f82
@ -139,7 +139,7 @@ sub err_custom {
|
||||
else {
|
||||
# Yard::sys .. this seems to be necessary for my flakey floppy drive
|
||||
# which doesn't even support 1722.
|
||||
Yard::sys("$_[0]");
|
||||
BootRoot::Yard::sys("$_[0]");
|
||||
}
|
||||
error_window($_[1]) if ($? != 0);
|
||||
if (defined $error_window) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user