On Friday 06 February 2009 09:05:03 luca...@svn.gobolinux.org wrote: > Author: lucasvr > Date: 2009-02-05 12:05:02 -0800 (Thu, 05 Feb 2009) > New Revision: 3859 > > Modified: > trunk/Scripts/Functions/GoboLinux > Log: > Fixed typo from revision 3826. > > Modified: trunk/Scripts/Functions/GoboLinux > =================================================================== > --- trunk/Scripts/Functions/GoboLinux 2009-01-26 06:25:59 UTC (rev 3858) > +++ trunk/Scripts/Functions/GoboLinux 2009-02-05 20:05:02 UTC (rev 3859) > @@ -622,7 +622,7 @@ > while read path > do > Programs_To_System_Path "${path}" > - done < <(find "${programpath}" -mindepth 2 ) > + done < $(find "${programpath}" -mindepth 2 ) Are you sure about that? The former would be equivalent to the version r3826 replaced (and seems intuitive). Now you're replacing the paths from every line *inside* all the files. -Michael
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel