feature 3006951
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6324 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
eaf8a4451d
commit
f51f231a15
@ -69,7 +69,7 @@ foreach (<>){
|
||||
}elsif(/spTrapSourceId=/){
|
||||
$slot = $_;
|
||||
chomp($slot);
|
||||
$slot =~ s/.*Blade_(\d\d)".*/$1/g;
|
||||
$slot =~ s/.*Blade_(\d\d).*/$1/g;
|
||||
$slot = $slot * 1; # to get rid of the leading 0's.
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user