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
This commit is contained in:
linggao 2012-04-12 19:28:06 +00:00
parent 57244d37ef
commit a446cc3054

View File

@ -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