summaryrefslogtreecommitdiffstats
path: root/poky/scripts/oe-git-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/oe-git-proxy')
-rwxr-xr-xpoky/scripts/oe-git-proxy4
1 files changed, 2 insertions, 2 deletions
diff --git a/poky/scripts/oe-git-proxy b/poky/scripts/oe-git-proxy
index 7a43fe6a6..1800942f3 100755
--- a/poky/scripts/oe-git-proxy
+++ b/poky/scripts/oe-git-proxy
@@ -131,8 +131,8 @@ if [ -z "$ALL_PROXY" ]; then
fi
# Connect directly to hosts in NO_PROXY
-for H in ${NO_PROXY//,/ }; do
- if match_host $1 $H; then
+for H in "${NO_PROXY//,/ }"; do
+ if match_host $1 "$H"; then
exec $SOCAT STDIO $METHOD
fi
done
OpenPOWER on IntegriCloud