Skip to content

Commit

Permalink
Fix tools->IFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Jan 4, 2024
1 parent 449ac9a commit 25ea6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/hhs-functions/bash/hhs-toolcheck.bash
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ function __hhs_tools() {
else
[[ ${#} -eq 0 ]] && tool_list=(${HHS_DEV_TOOLS[@]})
echo -e "\n${YELLOW}Checking (${#tool_list[@]}) development tools:${NC}\n"
IFS=' '
for app in "${tool_list[@]}"; do
__hhs_toolcheck "${app}"
done
IFS="${OLDIFS}"

echo ''
echo -e "${YELLOW}${STAR_ICN} To check the current installed version, type: ${GREEN}#> ver <tool_name>"
Expand Down

0 comments on commit 25ea6b7

Please sign in to comment.