fix a perl syntax error in PPCrflash.pm, missing semicolon
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4841 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d42405dd19
commit
12f6766ee4
@ -11,7 +11,7 @@ use xCAT::Table;
|
||||
use Getopt::Long;
|
||||
use File::Spec;
|
||||
use POSIX qw(tmpnam);
|
||||
use xCAT::FSPflash.pm
|
||||
use xCAT::FSPflash.pm;
|
||||
|
||||
|
||||
my $packages_dir= ();
|
||||
|
Loading…
Reference in New Issue
Block a user