From 2a78dad00893dc16518eb5406f484f67b3f9922e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 7 Dec 2011 20:38:54 +0000 Subject: [PATCH] Have rinv preserve more characters git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11168 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 3a48d1c9c..cbd8f2772 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5121,7 +5121,7 @@ sub getascii { } else { $alpha[$c]=" "; } - if($alpha[$c] !~ /[\/\w\-:\[\.\]]/) { + if($alpha[$c] !~ /[\S]/) { if ($alpha[($c-1)] !~ /\s/) { $alpha[$c] = " "; } else {