[Portland-bugs] [Bug 45859] xdg-open fails to open a url in a "generic" environment

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 22 13:53:04 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=45859

--- Comment #2 from David Costa <david.costa at ieee.org> 2012-06-22 13:53:04 PDT ---
The eval parameter on line 659 is not quoted. 

The original line is:
eval '$browser $1'$xdg_redirect_output;

while it should be:
eval '$browser "$1"'$xdg_redirect_output;

Tested and working on xdg-open 1.1.0 rc1 on Arch Linux (up to date) with
Mozilla Firefox 13.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Portland-bugs mailing list