Commit a8df88ab authored by neil's avatar neil
Browse files
parent df9547ae
...@@ -733,7 +733,7 @@ _mktemp() { ...@@ -733,7 +733,7 @@ _mktemp() {
_inithttp() { _inithttp() {
if [ -z "$HTTP_HEADER" ] ; then if [ -z "$HTTP_HEADER" ] || ! touch "HTTP_HEADER" ; then
HTTP_HEADER="$(_mktemp)" HTTP_HEADER="$(_mktemp)"
_debug2 HTTP_HEADER "$HTTP_HEADER" _debug2 HTTP_HEADER "$HTTP_HEADER"
fi fi
...@@ -2772,7 +2772,7 @@ _installOnline() { ...@@ -2772,7 +2772,7 @@ _installOnline() {
if [ ! "$BRANCH" ] ; then if [ ! "$BRANCH" ] ; then
BRANCH="master" BRANCH="master"
fi fi
_initpath
target="$PROJECT/archive/$BRANCH.tar.gz" target="$PROJECT/archive/$BRANCH.tar.gz"
_info "Downloading $target" _info "Downloading $target"
localname="$BRANCH.tar.gz" localname="$BRANCH.tar.gz"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment