Navigation Menu

Skip to content

Commit

Permalink
travis: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 19, 2015
1 parent bc0bf67 commit 7412af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install.sh
Expand Up @@ -27,7 +27,7 @@ mariadb_download_base=http://mirror.jmu.edu/pub/mariadb
version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\)-//')
series=$(echo "$version" | sed -e 's/\.[0-9]*\(-\?[a-z]*\)\?$//g')

function setup_mariadb_apt()
setup_mariadb_apt()
{
distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
code_name=$(lsb_release --short --codename)
Expand Down

0 comments on commit 7412af4

Please sign in to comment.