diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-git-proxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-git-proxy b/scripts/oe-git-proxy index 98191faadd..0ce7ed090e 100755 --- a/scripts/oe-git-proxy +++ b/scripts/oe-git-proxy | |||
@@ -121,7 +121,7 @@ if [ "$PROTO" = "socks" ]; then | |||
121 | if [ -z "$PORT" ]; then | 121 | if [ -z "$PORT" ]; then |
122 | PORT="1080" | 122 | PORT="1080" |
123 | fi | 123 | fi |
124 | METHOD="SOCKS4:$PROXY:$1:$2,socksport=$PORT" | 124 | METHOD="SOCKS4A:$PROXY:$1:$2,socksport=$PORT" |
125 | else | 125 | else |
126 | # Assume PROXY (http, https, etc) | 126 | # Assume PROXY (http, https, etc) |
127 | if [ -z "$PORT" ]; then | 127 | if [ -z "$PORT" ]; then |