diff options
Diffstat (limited to 'scripts/oe-git-proxy')
| -rwxr-xr-x | scripts/oe-git-proxy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/oe-git-proxy b/scripts/oe-git-proxy index 10e6560da4..9eeef45dcf 100755 --- a/scripts/oe-git-proxy +++ b/scripts/oe-git-proxy | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | # AUTHORS | 19 | # AUTHORS |
| 20 | # Darren Hart <dvhart@linux.intel.com> | 20 | # Darren Hart <dvhart@linux.intel.com> |
| 21 | 21 | ||
| 22 | # disable pathname expansion, NO_PROXY fields could start with "*" or be it | ||
| 23 | set -f | ||
| 24 | |||
| 22 | if [ $# -lt 2 -o "$1" = '--help' -o "$1" = '-h' ] ; then | 25 | if [ $# -lt 2 -o "$1" = '--help' -o "$1" = '-h' ] ; then |
| 23 | echo 'oe-git-proxy: error: the following arguments are required: host port' | 26 | echo 'oe-git-proxy: error: the following arguments are required: host port' |
| 24 | echo 'Usage: oe-git-proxy host port' | 27 | echo 'Usage: oe-git-proxy host port' |
