Skip to content

Commit

Permalink
Bug fix on makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Jul 15, 2024
1 parent 56b7415 commit d45dd77
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 d45dd77

Please sign in to comment.