Skip to content

Commit

Permalink
Merge pull request #5 from mitchcapper/master
Browse files Browse the repository at this point in the history
added missing fi to fix and clarified that locale is also now checked
  • Loading branch information
Andrewpk committed Jun 19, 2015
2 parents be883ba + 207436f commit 34ccac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -202,7 +202,7 @@ function format_status
function report_config()
{
format_status "Checking for 64 bit Linux compatible OS" "$1"
format_status "Checking required libs are installed" "$2"
format_status "Checking required libs/locale(en_US.utf8) are installed" "$2"
format_status "unixODBC utilities (odbc_config and odbcinst) installed" "$3"
format_status "unixODBC Driver Manager version $req_dm_ver installed" "$4"
format_status "unixODBC Driver Manager configuration correct" "$5"
Expand Down Expand Up @@ -242,6 +242,7 @@ function check_required_locale
log "Adding locales can be as simple as 'sudo locale-gen en_US.utf8 && sudo dpkg-reconfigure locales'."
log "Please see your distribution's manual for more details regarding adding locales."
return 1;
fi
}

# verify that the required libs are on the system
Expand Down

0 comments on commit 34ccac4

Please sign in to comment.