[git-webkit] Question 'Are you sure want to setup a fork?' always returns 'Yes'
Created attachment 459565 [details] Patch
This comparison: ``` option.lower().startswith(response.lower()): ``` is always true when response is an empty string. Thus, the first option is always selected instead of the default option (which is what it's expected when the use doesn't introduce any input).
Pushed it at https://github.com/WebKit/WebKit/pull/764