[Webkit-unassigned] [Bug 31395] Bugzilla should show images in git patches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 00:20:30 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31395





--- Comment #26 from Shinichiro Hamaji <hamaji at chromium.org>  2009-12-07 00:20:30 PST ---
I think This issue happened because Bugzilla.pm sets PATH="". When PATH
environment value is empty, the current directory is considered in PATH. As the
Patch v1 changes directory to /tmp, Ruby produced the warning when it runs an
external command. As there is a command line flag --directory in git-apply,
using this flag would be the best solution.

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



More information about the webkit-unassigned mailing list