Skip to content

Commit

Permalink
Merge pull request #7259 from gurevichmark/AAsn_syntax
Browse files Browse the repository at this point in the history
Fix Perl error in AAsn.pm
  • Loading branch information
besawn committed Oct 4, 2022
2 parents 544835a + cbb39ea commit 5a67794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xCAT-server/lib/xcat/plugins/AAsn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#-------------------------------------------------------
package xCAT_plugin::AAsn;

BEGIN
{
$::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat';
}
use lib "$::XCATROOT/lib/perl";
use strict;
use xCAT::Table;

Expand Down

0 comments on commit 5a67794

Please sign in to comment.