Skip to content

Commit

Permalink
Merge branch 'apply_patches' of github.com:/kerl/kerl into apply_patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed May 23, 2016
2 parents 9828264 + d7486ac commit c627d62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kerl
Expand Up @@ -376,6 +376,12 @@ get_javac_version()
echo "$javaout" | cut -d' ' -f2 | cut -d'.' -f2
}

get_javac_version()
{
javaout=$(javac -version 2>&1)
echo "$javaout" | cut -d' ' -f2 | cut -d'.' -f2
}

show_logfile()
{
echo "$1"
Expand Down

0 comments on commit c627d62

Please sign in to comment.