We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7564b08 commit 4a2e6a9Copy full SHA for 4a2e6a9
src/main/bash/sdkman-env.sh
@@ -76,7 +76,7 @@ function __sdkman_is_blank_line() {
76
}
77
78
function __sdkman_normalise() {
79
- local line_without_comments="${1/\#*/}"
+ local -r line_without_comments="${1/\#*/}"
80
81
echo "${line_without_comments//[[:space:]]/}"
82
0 commit comments