From 0320905523f937697752f10b41ef45a790df2729 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 17 Mar 2008 13:49:15 +0000 Subject: [PATCH] fixing xpod2man git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@794 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/xpod2man | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 xCAT-client-2.0/xpod2man diff --git a/xCAT-client-2.0/xpod2man b/xCAT-client-2.0/xpod2man old mode 100644 new mode 100755 index 5f03bb86b..cc716346c --- a/xCAT-client-2.0/xpod2man +++ b/xCAT-client-2.0/xpod2man @@ -12,7 +12,6 @@ use strict; use Pod::Man; use Pod::Html; - my $poddir = 'pods'; my $mandir = 'share/man'; my $htmldir = 'share/doc';