[Portland] Re: xdg-utils-optgnome.patch

Rex Dieter rdieter at math.unl.edu
Mon Jul 24 11:34:35 PDT 2006


Rex Dieter wrote:
> The construct
> 
> IFS=:
> for x in $PATH:/opt/gnome/bin ; do
> ...
> use in a few of the xdg-utils scripts doesn't work (for me), but 
> changing it to (something like):
> MYPATH=$PATH:/opt/gnome/bin
> for x in $MYPATH ; do
> *does*.  Potential patch attached.

Here's an IMO better one, following what xdg-desktop-menu does (use sed 
to convert : to " " instead of relying on IFS=":").

-- Rex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xdg-utils-20060721-optgnome.patch
Type: text/x-patch
Size: 1228 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/portland/attachments/20060724/a433db2c/xdg-utils-20060721-optgnome.bin


More information about the Portland mailing list