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:
parent
4dc8589031
commit
8d6902753a
@ -240,9 +240,9 @@ else
|
||||
fi
|
||||
|
||||
OIFS=$IFS
|
||||
IFS=$':'
|
||||
IFS=$','
|
||||
if ( pmatch "$OSVER" "ubuntu*" ); then
|
||||
IFS=$(printf ':')
|
||||
IFS=$(printf ',')
|
||||
fi
|
||||
|
||||
array_ospkgdirs=($OSPKGDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user