diff options
Diffstat (limited to 'scripts/oe-git-proxy')
| -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 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 |
| 20 | SOCAT=$(which socat 2>/dev/null) | 20 | SOCAT=$(which socat 2>/dev/null) |
| 21 | if [ $? -ne 0 ]; then | 21 | if [ $? -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 |
| 24 | fi | 24 | fi |
| 25 | METHOD="" | 25 | METHOD="" |
