diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-27 09:28:46 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-27 09:28:46 +0200 |
| commit | 6668b07fcd51f86be243b9e08e667224e30c0cf8 (patch) | |
| tree | 64f466e09b68a77ae1156c0d35cd5b95e18a34ca /Tools/Scripts/webkit-tools-completion.sh | |
| parent | e7923d9de38974f0c6fb7646c898a6ea618261e8 (diff) | |
| download | qtwebkit-6668b07fcd51f86be243b9e08e667224e30c0cf8.tar.gz | |
Imported WebKit commit 26cd9bd8ab0471ffe987c9b60368f63dc0f1f31b (http://svn.webkit.org/repository/webkit/trunk@121325)
New snapshot with more Windows build fixes
Diffstat (limited to 'Tools/Scripts/webkit-tools-completion.sh')
| -rwxr-xr-x | Tools/Scripts/webkit-tools-completion.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Scripts/webkit-tools-completion.sh b/Tools/Scripts/webkit-tools-completion.sh index 76578e159..d83a5a6ce 100755 --- a/Tools/Scripts/webkit-tools-completion.sh +++ b/Tools/Scripts/webkit-tools-completion.sh @@ -39,6 +39,7 @@ __webkit-patch_generate_reply() __webkit-patch_upload_cc_generate_reply() { + # Note: This won't work well if hostname completion is enabled, disable it with: shopt -u hostcomplete # Completion is done on tokens and our comma-separated list is one single token, so we have to do completion on the whole list each time. # Return a \n separated list for each possible bugzilla email completion of the substring following the last comma. # Redirect strerr to /dev/null to prevent noise in the shell if this ever breaks somehow. |
