Skip to content

Commit

Permalink
Remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Jan 6, 2024
1 parent 2efa1e9 commit cf90030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstallControllerBuddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ else
install_package 'curl' 'curl' 'curl'
check_retval 'Error: Failed to install cURL. Please restart this script after installing cURL manually'
fi

log 'Checking if libSDL2 is installed...'
if ldconfig -p | grep -q libSDL2
then
Expand Down Expand Up @@ -538,7 +538,7 @@ else

if [ "$OSTYPE" = msys ]
then
if REG_QUERY_OUTPUT=$(REG QUERY 'HKCU\Environment' //V CONTROLLER_BUDDY_RUN_CONFIG_SCRIPTS 2>/dev/null)
if REG_QUERY_OUTPUT=$(REG QUERY 'HKCU\Environment' //V CONTROLLER_BUDDY_RUN_CONFIG_SCRIPTS 2>/dev/null)
then
RUN_CONFIG_SCRIPTS=$(echo "$REG_QUERY_OUTPUT" | awk '{print tolower($3)}' | xargs)
fi
Expand Down

0 comments on commit cf90030

Please sign in to comment.