From 9fc48a2a59b3dd4ef88c627ae238a6935a2c81b5 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/trunk@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 0d00a827d..b071fe587 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;