On Fri, Feb 6, 2009 at 7:20 AM, <m...@svn.gobolinux.org> wrote: > Author: mwh > Date: 2009-02-06 01:20:38 -0800 (Fri, 06 Feb 2009) > New Revision: 3862 > > Modified: > trunk/Scripts/Functions/GoboLinux > Log: > Revert subshell/command substitution change from r3859. > > Modified: trunk/Scripts/Functions/GoboLinux > =================================================================== > --- trunk/Scripts/Functions/GoboLinux 2009-02-05 22:32:40 UTC (rev 3861) > +++ trunk/Scripts/Functions/GoboLinux 2009-02-06 09:20:38 UTC (rev 3862) > @@ -616,13 +616,13 @@ > [ -n "${newpath}" ] && echo "${newpath}" > return 0 > } > - > + > function Get_System_Paths () { > Parameters "$1" programpath > while read path > do > Programs_To_System_Path "${path}" > - done < $(find "${programpath}" -mindepth 2 ) > + done < <(find "${programpath}" -mindepth 2 ) > }
For the record, upgrading BootScripts allowed StartTask to work with this change. Sorry for the noise, Lucas _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel