On Thu, 24 May 2007, Masao Uebayashi wrote: > ${MAKEDIRTARGET} distrib/sets installsets \ > - INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS= > + INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS=${INSTALLSETS} I think it needs a :Q modifier, as in INSTALLSETS=${INSTALLSETS:Q}, because INSTALLSETS is very likely to contain spaces. --apb (Alan Barrett)