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:
ligc 2009-12-23 01:11:38 +00:00
parent d42405dd19
commit 12f6766ee4

View File

@ -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= ();