Revert "Clean up after merge."

This reverts commit 51c877d3ab.
This commit is contained in:
Marco Vermeulen
2016-03-10 08:22:53 +00:00
parent 51c877d3ab
commit 731b28c7bd

View File

@@ -27,9 +27,9 @@ function __sdkman_curl_with_timeouts {
}
function __sdkman_page {
local pager="${PAGER-$(which less)}"
local PAGER="${PAGER-$(which less)}"
if [[ -n "$pager" ]]; then
if [[ -n "$PAGER" ]]; then
"$@" | "$PAGER"
else
"$@"