summaryrefslogtreecommitdiffstats
path: root/scripts/oe-git-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-git-proxy')
-rwxr-xr-xscripts/oe-git-proxy2
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"
125else 125else
126 # Assume PROXY (http, https, etc) 126 # Assume PROXY (http, https, etc)
127 if [ -z "$PORT" ]; then 127 if [ -z "$PORT" ]; then