[Webkit-unassigned] [Bug 137541] Errors using git-add-reviewer on a branch whose name includes parentheses
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 9 10:44:04 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137541
Dana Burkart <dburkart at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #239500|0 |1
is obsolete| |
Attachment #239548| |review?
Flag| |
--- Comment #9 from Dana Burkart <dburkart at apple.com> 2014-10-09 10:44:01 PST ---
Created an attachment (id=239548)
--> (https://bugs.webkit.org/attachment.cgi?id=239548&action=review)
Fix which doesn't use backticks at all
This patch adds a function `runCommandWithOutput` which does the same thing as backticks, but does not use sh, so we don't have any interpolation problems.
It also fixes a bunch of issues discovered with the use of the system() command in the script (see above comment).
--
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