build/build_with_proxy.sh in subhash-0.1.2 vs build/build_with_proxy.sh in subhash-0.1.3

- old
+ new

@@ -39,10 +39,10 @@ fi if [ "$http_proxy" = "" ] then echo "Currently, no proxy is set. Running docker without proxy" - docker build $TAG + docker build $TAG . exit fi mkdir .tmp awk '$0 ~ /RUN \/tmp\/proxy.sh/ { print "ENV http_proxy '"$http_proxy"'" }