summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 2bd17d7a3..92c8eb893 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -617,7 +617,7 @@ sub ejectCdrom {
eval { fs::umount("/tmp/image") };
$@ and warnAboutFilesStillOpen();
eval {
- my $dev = detect_devices::tryOpen($o_cdrom);
+ my $dev = detect_devices::tryOpen($cdrom);
ioctl($dev, c::CDROMEJECT(), 1) if ioctl($dev, c::CDROM_DRIVE_STATUS(), 0) == c::CDS_DISC_OK();
};
}