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:
parent
57244d37ef
commit
a446cc3054
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user