|
From: Tomas G. <to...@pr...> - 2004-07-14 06:46:17
|
At least there was a problem. On Linux it was solved using the IFS thing which I found using 'man bash'. According to the man page there is some weird handling when using the $* parameter. Seems to be a special case, I don't quite get it I admit... /Tomas Sascha Ziemann wrote: > Tomas Gustavsson <to...@pr...> writes: > > >>The problem in Solaris is most likely due to differences in shell >>interpretation between bash and Solaris-sh. >>The problem is that the DN argument needs to hande spaces in it, which >>is why there is the line 'IFS=' in the Linux script. > > > when you put a variable in quotes there is no problem if the variable > contains a string which contains spaces. Perhaps I didn't understand > the problem. > > cu Sascha > |