-Fix typo in contributed patch
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b372e5a948
commit
aa0d201bd0
@ -106,7 +106,7 @@ sub build_diskstruct {
|
||||
my @locations=split /\|/,$disklocs;
|
||||
foreach (@locations) {
|
||||
my $disk = $_;
|
||||
my $disktype = substr($disk, 0, 3):
|
||||
my $disktype = substr($disk, 0, 3);
|
||||
$currdev='hd'.$suffixes[$suffidx++];
|
||||
if ($disktype eq "phy") {
|
||||
my $diskdev = substr($disk, 4);
|
||||
|
Loading…
Reference in New Issue
Block a user