summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0ce7ed090e..48734556a1 100755
--- a/scripts/oe-git-proxy
+++ b/scripts/oe-git-proxy
@@ -19,7 +19,7 @@
19# Locate the netcat binary 19# Locate the netcat binary
20SOCAT=$(which socat 2>/dev/null) 20SOCAT=$(which socat 2>/dev/null)
21if [ $? -ne 0 ]; then 21if [ $? -ne 0 ]; then
22 echo "ERROR: socat binary not in PATH" 22 echo "ERROR: socat binary not in PATH" 1>&2
23 exit 1 23 exit 1
24fi 24fi
25METHOD="" 25METHOD=""