mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-18 02:21:10 +00:00
Added xCAT PATH - Line #5
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@469 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env perl
|
||||
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||||
|
||||
BEGIN
|
||||
{
|
||||
$::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat';
|
||||
}
|
||||
use lib "$::XCATROOT/lib/perl";
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
use xCAT::Table;
|
||||
|
Reference in New Issue
Block a user