From: Henning Schild <henning.sch...@siemens.com> This truly fixes the issue that cbc148d5d93d5f3531434fee7b234a16196b3088 wanted to solve, without breaking the iteration over multiple entries.
Signed-off-by: Henning Schild <henning.sch...@siemens.com> --- scripts/oe-git-proxy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/oe-git-proxy b/scripts/oe-git-proxy index 10e6560da4..2f65f0c482 100755 --- a/scripts/oe-git-proxy +++ b/scripts/oe-git-proxy @@ -133,6 +133,9 @@ if [ -z "$ALL_PROXY" ]; then exec $SOCAT STDIO $METHOD fi +# disable pathname expansion, NO_PROXY fielnd could start with "*" or be it +set -f + # Connect directly to hosts in NO_PROXY for H in ${NO_PROXY//,/ }; do if match_host $1 $H; then -- 2.21.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core