Skip to content

Commit

Permalink
Merge pull request #789 from jmrenouard/master
Browse files Browse the repository at this point in the history
Bug fix on makefile
  • Loading branch information
jmrenouard authored Jul 15, 2024
2 parents 56b7415 + d45dd77 commit fd31cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CURRENT_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

2.5.4
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ generate_cve:
git commit -m "Generate CVE list at $(shell date --iso=seconds)"

generate_version_file:
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $NF}' > CURRENT_VERSION.txt
rm -f CURRENT_VERSION.txt
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt

generate_features:
perl ./build/genFeatures.sh
Expand Down

0 comments on commit fd31cc8

Please sign in to comment.