2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 01:00:23 +00:00

Merge pull request #2172 from Obihoernchen/patch-1

Fix mknb: Undefined subroutine noderange
This commit is contained in:
Victor Hu
2016-11-18 16:04:03 -05:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ use strict;
use File::Temp qw(tempdir);
use xCAT::Utils;
use xCAT::TableUtils;
use xCAT::NodeRange;
use File::Path;
use File::Copy;