use , instead of : as the delimiter in the value of the osimage.pkgdir

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13644 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-08-30 01:52:27 +00:00
parent 4dc8589031
commit 8d6902753a

View File

@ -240,9 +240,9 @@ else
fi
OIFS=$IFS
IFS=$':'
IFS=$','
if ( pmatch "$OSVER" "ubuntu*" ); then
IFS=$(printf ':')
IFS=$(printf ',')
fi
array_ospkgdirs=($OSPKGDIR)