2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove spurious variable scoping.

This had broken all but SLE15 support.
This commit is contained in:
Jarrod Johnson 2018-08-10 10:40:14 -04:00
parent 2a6cd52057
commit 95aa9decc1

View File

@ -1656,7 +1656,6 @@ sub copycd
my $dirh;
opendir($dirh, $mntpath);
my $discnumber;
my $totaldiscnumber;
while (my $pname = readdir($dirh))
{