From 8d6902753a0c3172ddda0c838b331a9674a3b4e7 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 30 Aug 2012 01:52:27 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/ospkgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index c5eb7ba7b..ac7f942aa 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -240,9 +240,9 @@ else fi OIFS=$IFS - IFS=$':' + IFS=$',' if ( pmatch "$OSVER" "ubuntu*" ); then - IFS=$(printf ':') + IFS=$(printf ',') fi array_ospkgdirs=($OSPKGDIR)