diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/syz-env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-env b/tools/syz-env index 27ec01a9d..30a1f8448 100755 --- a/tools/syz-env +++ b/tools/syz-env @@ -26,6 +26,7 @@ COMMAND="" DOCKERARGS=() +[ -n $https_proxy ] && DOCKERARGS+=" --env https_proxy=$https_proxy" for ARG in "$@"; do while IFS='=' read KEY VAL; do # If we have a kernel path passed in, we mount it in the container |
