Commit df9547ae authored by neil's avatar neil
Browse files

minor

parent d529eb6d
...@@ -2777,7 +2777,7 @@ _installOnline() { ...@@ -2777,7 +2777,7 @@ _installOnline() {
_info "Downloading $target" _info "Downloading $target"
localname="$BRANCH.tar.gz" localname="$BRANCH.tar.gz"
if ! _get "$target" > $localname ; then if ! _get "$target" > $localname ; then
_debug "Download error." _err "Download error."
return 1 return 1
fi fi
( (
......
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