[Portland-bugs] [Bug 66144] [PATCH] Filenames containing special characters are handled wrong.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 25 08:36:02 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66144
Rex Dieter <rdieter at math.unl.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Rex Dieter <rdieter at math.unl.edu> ---
Current git contains (at those lines):
if [ -x "$command_exec" ] ; then
if echo "$arguments" | grep -iq '%[fFuU]' ; then
echo START "$command_exec" "$arguments_exec"
eval "$command_exec" "$arguments_exec"
else
echo START "$command_exec" "$arguments_exec" "$arg"
eval "$command_exec" "$arguments_exec" "$arg"
fi
So, perhaps already fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/portland-bugs/attachments/20130625/faa07d9c/attachment.html>
More information about the Portland-bugs
mailing list