2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-08-28 17:46:40 +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 636b6b8cd1
commit f002aac876
-1
View File
@@ -1656,7 +1656,6 @@ sub copycd
my $dirh;
opendir($dirh, $mntpath);
my $discnumber;
my $totaldiscnumber;
while (my $pname = readdir($dirh))
{