From 79d57e9c49ea81e6903d35da594aea1a5f9a899c Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Mon, 14 May 2012 08:05:59 +0000 Subject: [PATCH] Fixing bug that basename command required File::Basename pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12660 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/SvrUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/perl/xCAT/SvrUtils.pm b/xCAT-server/lib/perl/xCAT/SvrUtils.pm index 5476a691e..5b5b34fce 100644 --- a/xCAT-server/lib/perl/xCAT/SvrUtils.pm +++ b/xCAT-server/lib/perl/xCAT/SvrUtils.pm @@ -10,6 +10,7 @@ use lib "$::XCATROOT/lib/perl"; require xCAT::Table; require xCAT::Utils; require xCAT::NetworkUtils; +use File::Basename; use File::Path; use strict;