mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-18 21:45:39 -04:00
Fix IFS backup bug.
This commit is contained in:
@@ -106,10 +106,9 @@ else
|
||||
fi
|
||||
|
||||
# Set the candidate array
|
||||
OLD_IFS="$IFS"
|
||||
IFS=","
|
||||
SDKMAN_CANDIDATES=(${SDKMAN_CANDIDATES_CSV})
|
||||
IFS="$OLD_IFS"
|
||||
unset IFS
|
||||
|
||||
# determine if up to date
|
||||
SDKMAN_VERSION_FILE="${SDKMAN_DIR}/var/version"
|
||||
|
||||
Reference in New Issue
Block a user