Skip to content

Commit

Permalink
silence downloading patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Dec 4, 2013
1 parent 48d1cb2 commit 526a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/manage/base
Expand Up @@ -98,7 +98,7 @@ __rvm_apply_patch_prepare()
mktemp ${TMPDIR:-/tmp}/tmp.XXXXXXXXXXXXXXXXXX
)"
rvm_log "Fetching patch ${_full_patch_path}"
__rvm_curl --create-dirs -C - -o "${_local_patch_path}" "${_full_patch_path}"
__rvm_curl --create-dirs -sS -C - -o "${_local_patch_path}" "${_full_patch_path}"
else
_local_patch_path="${_full_patch_path}"
fi
Expand Down

0 comments on commit 526a8a5

Please sign in to comment.