diff options
-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 9eeef45dcf..2cb995f43c 100755 --- a/scripts/oe-git-proxy +++ b/scripts/oe-git-proxy | |||
@@ -107,7 +107,7 @@ match_host() { | |||
107 | HOST=$1 | 107 | HOST=$1 |
108 | GLOB=$2 | 108 | GLOB=$2 |
109 | 109 | ||
110 | if [ -z "${HOST%%$GLOB}" ]; then | 110 | if [ -z "${HOST%%*$GLOB}" ]; then |
111 | return 0 | 111 | return 0 |
112 | fi | 112 | fi |
113 | 113 | ||