This commit is contained in:
neil 2016-08-15 19:15:19 +08:00
parent d529eb6d00
commit df9547ae39
1 changed files with 1 additions and 1 deletions

View File

@ -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
( (