From a446cc305486acbd772d7b1507b088f84ab79525 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 12 Apr 2012 19:28:06 +0000 Subject: [PATCH] fix defect in ospkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12229 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index bec1b22b7..2651b1373 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -114,7 +114,7 @@ groups='' #groups pkgs_d='' #packages to remove OIFS=$IFS -IFS=$(printf '\n') +IFS=$'\n' if ( pmatch "$OSVER" "ubuntu*" ); then IFS=$(printf '\n') fi