mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-06-07 23:37:27 -04:00
Prevent logging of normalised_line in env command.
This commit is contained in:
@@ -34,8 +34,8 @@ function __sdk_env() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
local normalised_line
|
||||
while IFS= read -r line || [[ -n "$line" ]]; do
|
||||
local normalised_line
|
||||
normalised_line="$(__sdkman_normalise "$line")"
|
||||
|
||||
__sdkman_is_blank_line "$normalised_line" && continue
|
||||
|
||||
Reference in New Issue
Block a user