Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/main/bash/sdkman-utils.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ function __sdkman_secure_curl_with_timeouts() {
function __sdkman_echo_paged() {
if [[ -n "$PAGER" ]]; then
echo "$@" | eval "$PAGER"
elif command -v less >& /dev/null; then
echo "$@" | less
else
echo "$@"
fi
Expand Down
Loading